SamlAuthenticationClaimResource.IPAddress 属性

定义

获取或设置对主题进行身份验证的计算机的 IP 地址。

public:
 property System::String ^ IPAddress { System::String ^ get(); };
public string IPAddress { get; }
member this.IPAddress : string
Public ReadOnly Property IPAddress As String

属性值

对主题进行身份验证的计算机的 IP 地址。

注解

IPAddress 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 IPAddress 元素的 <SubjectLocality> 属性 (Attribute)。

适用于