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 whether the certificate is admin or not.

IssuerThumbprint

Gets or sets issuer thumbprint for the certificate. Its only use ehn CommonName is used.

Thumbprint

Gets or sets certificate Thumbprint.

Methods

Validate()

Validate the object.

Applies to