次の方法で共有


Saml2SecurityToken.Assertion プロパティ

定義

このセキュリティ トークンの SAML アサーションを取得します。

public:
 property System::IdentityModel::Tokens::Saml2Assertion ^ Assertion { System::IdentityModel::Tokens::Saml2Assertion ^ get(); };
public System.IdentityModel.Tokens.Saml2Assertion Assertion { get; }
member this.Assertion : System.IdentityModel.Tokens.Saml2Assertion
Public ReadOnly Property Assertion As Saml2Assertion

プロパティ値

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

注釈

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

コンストラクターまたは Saml2SecurityToken.Saml2SecurityToken(Saml2Assertion) メソッドを使用して、Assertion プロパティを設定します。

適用対象