X509CertificateInitiatorClientCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a certificate used by a client to identify itself.
public ref class X509CertificateInitiatorClientCredential sealed
public sealed class X509CertificateInitiatorClientCredential
type X509CertificateInitiatorClientCredential = class
Public NotInheritable Class X509CertificateInitiatorClientCredential
- Inheritance
-
X509CertificateInitiatorClientCredential
Properties
Certificate |
Gets or sets the certificate to use to represent the service when communicating back to the client. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetCertificate(StoreLocation, StoreName, X509FindType, Object) |
Allows you to specify the certificate to use to represent the client by specifying query parameters such as |
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) |