SamlAuthenticationClaimResource.DnsAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.