Note

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

Access to this page requires authorization. You can try .

X509PeerCertificateAuthentication Class

Definition

Namespace:
System.ServiceModel.Security
Assembly:
System.ServiceModel.dll

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.

Specifies authentication properties for the peer certificate.

public ref class X509PeerCertificateAuthentication
public class X509PeerCertificateAuthentication
type X509PeerCertificateAuthentication = class
Public Class X509PeerCertificateAuthentication
Inheritance
X509PeerCertificateAuthentication

Properties

Name Description
CertificateValidationMode

Gets or sets the certificate validation mode.

CustomCertificateValidator

Gets or sets a custom client certificate validator.

RevocationMode

Gets or sets the certificate revocation mode.

TrustedStoreLocation

Gets or sets the trusted store location where the client certificate is validated.

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

Returns a string that represents the current object.

(Inherited from Object)

Applies to


Feedback

Was this page helpful?