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

属性值

表示上下文的 A Saml2AuthenticationContext

例外

尝试设置发生的值 null

注解

AuthnContext 元素。 此元素是必需的。

适用于