ClientCertificate Class

Definition

Client certificate definition.

public class ClientCertificate
type ClientCertificate = class
Public Class ClientCertificate
Inheritance
ClientCertificate

Constructors

ClientCertificate()

Initializes a new instance of the ClientCertificate class.

ClientCertificate(Boolean, String, String, String)

Initializes a new instance of the ClientCertificate class.

Properties

CommonName

Gets or sets certificate common name.

IsAdmin

Gets or sets indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.

IssuerThumbprint

Gets or sets issuer thumbprint for the certificate. Only used together with CommonName.

Thumbprint

Gets or sets certificate thumbprint.

Methods

Validate()

Validate the object.

Applies to