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