Saml2SecurityToken コンストラクター

定義

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

オーバーロード

名前 説明
Saml2SecurityToken(Saml2Assertion)

指定した SAML アサーションを使用して、 Saml2SecurityToken クラスの新しいインスタンスを初期化します。

Saml2SecurityToken(Saml2Assertion, ReadOnlyCollection<SecurityKey>, SecurityToken)

指定した SAML アサーション、暗号化キー、発行者トークンを使用して、 Saml2SecurityToken クラスの新しいインスタンスを初期化します。

Saml2SecurityToken(Saml2Assertion)

指定した SAML アサーションを使用して、 Saml2SecurityToken クラスの新しいインスタンスを初期化します。

public:
 Saml2SecurityToken(System::IdentityModel::Tokens::Saml2Assertion ^ assertion);
public Saml2SecurityToken(System.IdentityModel.Tokens.Saml2Assertion assertion);
new System.IdentityModel.Tokens.Saml2SecurityToken : System.IdentityModel.Tokens.Saml2Assertion -> System.IdentityModel.Tokens.Saml2SecurityToken
Public Sub New (assertion As Saml2Assertion)

パラメーター

assertion
Saml2Assertion

このセキュリティ トークンの SAML アサーションを表す Saml2Assertion

注釈

Saml2SecurityTokenセキュリティ トークンの場合、要求は SAML アサーションを使用して指定されます。

適用対象

Saml2SecurityToken(Saml2Assertion, ReadOnlyCollection<SecurityKey>, SecurityToken)

指定した SAML アサーション、暗号化キー、発行者トークンを使用して、 Saml2SecurityToken クラスの新しいインスタンスを初期化します。

public:
 Saml2SecurityToken(System::IdentityModel::Tokens::Saml2Assertion ^ assertion, System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ keys, System::IdentityModel::Tokens::SecurityToken ^ issuerToken);
public Saml2SecurityToken(System.IdentityModel.Tokens.Saml2Assertion assertion, System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> keys, System.IdentityModel.Tokens.SecurityToken issuerToken);
new System.IdentityModel.Tokens.Saml2SecurityToken : System.IdentityModel.Tokens.Saml2Assertion * System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> * System.IdentityModel.Tokens.SecurityToken -> System.IdentityModel.Tokens.Saml2SecurityToken
Public Sub New (assertion As Saml2Assertion, keys As ReadOnlyCollection(Of SecurityKey), issuerToken As SecurityToken)

パラメーター

assertion
Saml2Assertion

このセキュリティ トークンの SAML アサーションを表す Saml2Assertion

keys
ReadOnlyCollection<SecurityKey>

このセキュリティ トークンに関連付けられているキーのセット。

issuerToken
SecurityToken

このセキュリティ トークンの発行者のトークン。

注釈

Saml2SecurityTokenセキュリティ トークンの場合、要求は SAML アサーションを使用して指定されます。

適用対象