Dil

SignedHttpRequestHandler.CreateSignedHttpRequest Yöntem

Tanım

Aşırı Yüklemeler

Name Description
CreateSignedHttpRequest(SignedHttpRequestDescriptor)

kullanarak signedHttpRequestDescriptorimzalı bir http isteği oluşturur.

CreateSignedHttpRequest(SignedHttpRequestDescriptor, CallContext)

kullanarak signedHttpRequestDescriptorimzalı bir http isteği oluşturur.

CreateSignedHttpRequest(SignedHttpRequestDescriptor)

kullanarak signedHttpRequestDescriptorimzalı bir http isteği oluşturur.

public string CreateSignedHttpRequest(Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor signedHttpRequestDescriptor);
member this.CreateSignedHttpRequest : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor -> string
Public Function CreateSignedHttpRequest (signedHttpRequestDescriptor As SignedHttpRequestDescriptor) As String

Parametreler

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

SignedHttpRequest oluşturma için gereken parametreleri sarmalayan bir yapı.

Döndürülenler

Sıkıştırılmış Serileştirme Biçiminde JWS olarak imzalı bir http isteği.

Açıklamalar

Varsayılan CallContext değer oluşturulur.

Şunlara uygulanır

CreateSignedHttpRequest(SignedHttpRequestDescriptor, CallContext)

kullanarak signedHttpRequestDescriptorimzalı bir http isteği oluşturur.

public string CreateSignedHttpRequest(Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor signedHttpRequestDescriptor, Microsoft.IdentityModel.Tokens.CallContext callContext);
member this.CreateSignedHttpRequest : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor * Microsoft.IdentityModel.Tokens.CallContext -> string
Public Function CreateSignedHttpRequest (signedHttpRequestDescriptor As SignedHttpRequestDescriptor, callContext As CallContext) As String

Parametreler

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

SignedHttpRequest oluşturma için gereken parametreleri sarmalayan bir yapı.

callContext
CallContext

Kimlik doğrulama yapıtlarıyla çalışırken çalışmayı ve günlükleri depolamak için kullanılan opak bağlam.

Döndürülenler

Sıkıştırılmış Serileştirme Biçiminde JWS olarak imzalı bir http isteği.

Şunlara uygulanır