Edit

Share via


SamlAuthenticationClaimResource.DnsAddress Property

Definition

Gets the DNS ___domain name in which the computer that authenticated the subject resides.

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

Property Value

The DNS ___domain name in which the computer that authenticated the subject resides.

Remarks

The DnsAddress property corresponds to the DNSAddress attribute of the <SubjectLocality> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to