Share via


ClientCertificateAuthentication Class

Definition

The certificate authentication properties for the client.

public class ClientCertificateAuthentication
type ClientCertificateAuthentication = class
Public Class ClientCertificateAuthentication
Inheritance
ClientCertificateAuthentication

Constructors

ClientCertificateAuthentication()

Initializes a new instance of ClientCertificateAuthentication.

Properties

AllowedThumbprints

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

ValidationScheme

The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.

Applies to