X509CertificateEndpointIdentity Class
.NET Framework 4.5
Represents a certificate identity for the service endpoint. Clients that attempt to communicate with that service endpoint should authenticate the service based on the certificate provided in the endpoint identity.
System.Object
System.ServiceModel.EndpointIdentity
System.ServiceModel.X509CertificateEndpointIdentity
System.ServiceModel.EndpointIdentity
System.ServiceModel.X509CertificateEndpointIdentity
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The X509CertificateEndpointIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | X509CertificateEndpointIdentity(X509Certificate2) | Initializes a new instance of a X509CertificateEndpointIdentity class using an existing certificate. |
![]() | X509CertificateEndpointIdentity(X509Certificate2, X509Certificate2Collection) | Initializes a new instance of the X509CertificateEndpointIdentity class using the primary (leaf) certificate and certificates that are part of its trust chain. |
| Name | Description | |
|---|---|---|
![]() | Certificates | Gets the collection of certificates for this identity. |
![]() | IdentityClaim | Gets the identity claim that corresponds to the identity. (Inherited from EndpointIdentity.) |
| Name | Description | |
|---|---|---|
![]() | Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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 | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the identity. (Inherited from EndpointIdentity.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
