共用方式為


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 元素。 這個元素是必要的。

適用於