言語

SamlSecurityToken コンストラクター

定義

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

オーバーロード

名前 説明
SamlSecurityToken()

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

SamlSecurityToken(SamlAssertion)

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

SamlSecurityToken()

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

protected:
 SamlSecurityToken();
protected SamlSecurityToken();
Protected Sub New ()

適用対象

SamlSecurityToken(SamlAssertion)

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

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

パラメーター

assertion
SamlAssertion

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

注釈

このコンストラクターは、派生クラスでオーバーライドできる Initialize(SamlAssertion) メソッドを呼び出します。

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

適用対象