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 元素。 此元素是必需的。

适用于