SignedHttpRequestHandler.CreateHttpRequestPayload メソッド

定義

HttpRequest ペイロードの JSON 表現を作成します。

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

パラメーター

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

SignedHttpRequest の作成に必要なパラメーターをラップする構造体。

callContext
CallContext

認証成果物を操作するときに作業とログを格納するために使用される不透明なコンテキスト。

返品

HttpRequest ペイロードの JSON 表現。

注釈

ユーザーは、 AdditionalPayloadClaims を利用して追加の要求を作成し、署名された http 要求に追加できます。

適用対象