SignedHttpRequestHandler.CreateHttpRequestPayload メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 要求に追加できます。