ClaimTypes.Dns Property

Definition

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.

public:
 static property System::String ^ Dns { System::String ^ get(); };
public static string Dns { get; }
static member Dns : string
Public Shared ReadOnly Property Dns As String

Property Value

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.

Remarks

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

Applies to

See also