次の方法で共有


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 アサーションを使用して指定されます。

適用対象