次の方法で共有


Saml2AuthenticationStatement.AuthenticationContext プロパティ

定義

このステートメントをもたらした認証イベントまで認証機関が使用したコンテキストを取得または設定します。 [Saml2Core, 2.7.2]

public:
 property System::IdentityModel::Tokens::Saml2AuthenticationContext ^ AuthenticationContext { System::IdentityModel::Tokens::Saml2AuthenticationContext ^ get(); void set(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ value); };
public System.IdentityModel.Tokens.Saml2AuthenticationContext AuthenticationContext { get; set; }
member this.AuthenticationContext : System.IdentityModel.Tokens.Saml2AuthenticationContext with get, set
Public Property AuthenticationContext As Saml2AuthenticationContext

プロパティ値

コンテキストを表す Saml2AuthenticationContext

例外

null である値を設定しようとしました。

注釈

AuthnContext 要素。 この要素は必須です。

適用対象