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