SignInResponseMessage コンストラクター

定義

SignInResponseMessage クラスの新しいインスタンスを初期化します。

オーバーロード

SignInResponseMessage(Uri, String)

指定したベース URL と wresult パラメーターを使用して、SignInResponseMessage クラスの新しいインスタンスを初期化します。

SignInResponseMessage(Uri, Uri)

指定したベース URL と wresultptr パラメーターを使用して、SignInResponseMessage クラスのインスタンスを初期化します。

SignInResponseMessage(Uri, RequestSecurityTokenResponse, WSFederationSerializer, WSTrustSerializationContext)

指定したベース URL、応答メッセージ オブジェクト、フェデレーション シリアライザー、およびシリアル化コンテキストを使用して、SignInResponseMessage クラスの新しいインスタンスを初期化します。

SignInResponseMessage(Uri, String)

指定したベース URL と wresult パラメーターを使用して、SignInResponseMessage クラスの新しいインスタンスを初期化します。

public:
 SignInResponseMessage(Uri ^ baseUrl, System::String ^ result);
public SignInResponseMessage (Uri baseUrl, string result);
new System.IdentityModel.Services.SignInResponseMessage : Uri * string -> System.IdentityModel.Services.SignInResponseMessage
Public Sub New (baseUrl As Uri, result As String)

パラメーター

baseUrl
Uri

サインイン応答メッセージを適用するベース URL。

result
String

メッセージの wresult パラメーター。

例外

resultnull または空です。

適用対象

SignInResponseMessage(Uri, Uri)

指定したベース URL と wresultptr パラメーターを使用して、SignInResponseMessage クラスのインスタンスを初期化します。

public:
 SignInResponseMessage(Uri ^ baseUrl, Uri ^ resultPtr);
public SignInResponseMessage (Uri baseUrl, Uri resultPtr);
new System.IdentityModel.Services.SignInResponseMessage : Uri * Uri -> System.IdentityModel.Services.SignInResponseMessage
Public Sub New (baseUrl As Uri, resultPtr As Uri)

パラメーター

baseUrl
Uri

サインイン応答メッセージを適用するベース URL。

resultPtr
Uri

メッセージの wresultptr パラメーター。

例外

resultPtrnull です。

適用対象

SignInResponseMessage(Uri, RequestSecurityTokenResponse, WSFederationSerializer, WSTrustSerializationContext)

指定したベース URL、応答メッセージ オブジェクト、フェデレーション シリアライザー、およびシリアル化コンテキストを使用して、SignInResponseMessage クラスの新しいインスタンスを初期化します。

public:
 SignInResponseMessage(Uri ^ baseUrl, System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ response, System::IdentityModel::Services::WSFederationSerializer ^ federationSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
public SignInResponseMessage (Uri baseUrl, System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse response, System.IdentityModel.Services.WSFederationSerializer federationSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
new System.IdentityModel.Services.SignInResponseMessage : Uri * System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse * System.IdentityModel.Services.WSFederationSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> System.IdentityModel.Services.SignInResponseMessage
Public Sub New (baseUrl As Uri, response As RequestSecurityTokenResponse, federationSerializer As WSFederationSerializer, context As WSTrustSerializationContext)

パラメーター

baseUrl
Uri

サインイン応答メッセージを適用するベース URL。

federationSerializer
WSFederationSerializer

応答のシリアル化を行うために使用する WSFederationSerializer

context
WSTrustSerializationContext

シリアル化のコンテキストを格納している WSTrustSerializationContext

例外

baseUrlnullです。

または

Responsenull です。

または

federationSerializernull です。

または

contextnullです。

適用対象