Saml2AuthenticationStatement.SubjectLocality 属性

定义

获取或设置系统的 DNS 域名和 IP 地址,已从该系统中对断言主题进行了相似的身份验证。Gets or sets the DNS domain name and IP address for the system from which the assertion subject was apparently authenticated. [Saml2Core, 2.7.2][Saml2Core, 2.7.2]

public:
 property System::IdentityModel::Tokens::Saml2SubjectLocality ^ SubjectLocality { System::IdentityModel::Tokens::Saml2SubjectLocality ^ get(); void set(System::IdentityModel::Tokens::Saml2SubjectLocality ^ value); };
public System.IdentityModel.Tokens.Saml2SubjectLocality SubjectLocality { get; set; }
member this.SubjectLocality : System.IdentityModel.Tokens.Saml2SubjectLocality with get, set
Public Property SubjectLocality As Saml2SubjectLocality

属性值

Saml2SubjectLocality

指定 DNS 域名和 IP 地址的 Saml2SubjectLocalityA Saml2SubjectLocality that specifies the DNS domain name and IP address.

注解

SubjectLocality 元素。The SubjectLocality element.

适用于