Dil

SignedHttpRequestHandler.CreateHttpRequestPayload Yöntem

Tanım

HttpRequest yükünün JSON gösterimini oluşturur.

protected internal virtual string CreateHttpRequestPayload(Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor signedHttpRequestDescriptor, Microsoft.IdentityModel.Tokens.CallContext callContext);
abstract member CreateHttpRequestPayload : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor * Microsoft.IdentityModel.Tokens.CallContext -> string
override this.CreateHttpRequestPayload : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor * Microsoft.IdentityModel.Tokens.CallContext -> string
Protected Friend Overridable Function CreateHttpRequestPayload (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

HttpRequest yükünün JSON gösterimi.

Açıklamalar

Kullanıcılar ek talepler oluşturmak ve bunları imzalı http isteğine eklemek için kullanabilir AdditionalPayloadClaims .

Şunlara uygulanır