DnsEndpointIdentity Class
Specifies the DNS identity of the server.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | DnsEndpointIdentity(Claim^) | Initializes a new instance of the DnsEndpointIdentity class from a claim. |
![]() | DnsEndpointIdentity(String^) | Initializes a new instance of this class from a DNS name. |
| Name | Description | |
|---|---|---|
![]() | IdentityClaim | Gets the identity claim that corresponds to the identity. (Inherited from EndpointIdentity.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that determines whether a specified object is equal to the current identity object or if they have equal security properties.(Inherited from EndpointIdentity.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Provides a hash code for the current instance of the identity.(Inherited from EndpointIdentity.) |
![]() | GetType() | |
![]() | Initialize(Claim^) | Initializes an EndpointIdentity with the specified claim.(Inherited from EndpointIdentity.) |
![]() | Initialize(Claim^, IEqualityComparer<Claim^>^) | Initializes an EndpointIdentity with the specified claim and an interface and compares equality.(Inherited from EndpointIdentity.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the identity.(Inherited from EndpointIdentity.) |
This class specifies the expected identity of the server. This identity is valid for X509 Certificate authentication mode if the server’s certificate contains a DNS with the same value. It is also valid for Windows authentication mode if the SPN has the same value. In this case, a client specifying the DnsEndpointIdentity “server1.microsoft.com” for Windows authentication mode is equivalent to specifying the SpnEndpointIdentity “host/server1.microsoft.com” .
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


