Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClaimTypes::Dns Property

 

Gets the URI for a claim that specifies the DNS name associated with the computer name or with the alternative name of either the subject or issuer of an X.509 certificate.

Namespace:   System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property String^ Dns {
	static String^ get();
}

Property Value

Type: System::String^

The URI for a claim that specifies the DNS name associated with the computer name or with the alternative name of either the subject or issuer of an X.509 certificate.

The string returned by this property is http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft