Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

X509CertificateInitiatorClientCredential Class

Definition

Namespace:
System.ServiceModel.Security
Assemblies:
System.ServiceModel.dll, System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.dll
Package:
System.ServiceModel.Primitives v10.0.652802
Source:
X509CertificateInitiatorClientCredential.cs
Source:
X509CertificateInitiatorClientCredential.cs
Source:
X509CertificateInitiatorClientCredential.cs

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

Name Description
Certificate

Gets or sets the certificate to use to represent the service when communicating back to the client.

Methods

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()

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 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)

Applies to


Feedback

Was this page helpful?