SamlAuthenticationStatement.DnsAddress Property

Definition

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.

Applies to