SamlAuthenticationStatement.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 or sets the DNS domain name in which the computer that authenticated the subject resides.
public:
property System::String ^ DnsAddress { System::String ^ get(); void set(System::String ^ value); };
public string DnsAddress { get; set; }
member this.DnsAddress : string with get, set
Public Property DnsAddress As String
Property Value
The DNS domain name in which the computer that authenticated the subject resides.
Exceptions
The DnsAddress property is set and the IsReadOnly property is true
.
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.