X509CertificateInitiatorClientCredential Class
Defines a certificate used by a client to identify itself.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | Certificate | Gets or sets the certificate to use to represent the service when communicating back to the client. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | SetCertificate(StoreLocation, StoreName, X509FindType, Object) | Allows you to specify the certificate to use to represent the client by specifying query parameters such as storeLocation, storeName, findType and findValue. |
![]() | SetCertificate(String, StoreLocation, StoreName) | Allows you to specify the certificate to use to represent the service by specifying the subject distinguished name. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

