SignedHttpRequestHandler.CreateSignedHttpRequest メソッド

定義

オーバーロード

名前 説明
CreateSignedHttpRequest(SignedHttpRequestDescriptor)

signedHttpRequestDescriptorを使用して署名された http 要求を作成します。

CreateSignedHttpRequest(SignedHttpRequestDescriptor, CallContext)

signedHttpRequestDescriptorを使用して署名された http 要求を作成します。

CreateSignedHttpRequest(SignedHttpRequestDescriptor)

signedHttpRequestDescriptorを使用して署名された http 要求を作成します。

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

パラメーター

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

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

返品

コンパクト シリアル化形式の JWS として署名された http 要求。

注釈

既定の CallContext が作成されます。

適用対象

CreateSignedHttpRequest(SignedHttpRequestDescriptor, CallContext)

signedHttpRequestDescriptorを使用して署名された http 要求を作成します。

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

パラメーター

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

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

callContext
CallContext

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

返品

コンパクト シリアル化形式の JWS として署名された http 要求。

適用対象