Saml2AuthenticationStatement.AuthenticationContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このステートメントを生成した認証イベントまでの認証機関によって使用されるコンテキストを取得または設定します。 [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 要素。 この要素は必須です。