Share via


ClientCertificateCommonName Constructors

Definition

Overloads

ClientCertificateCommonName()

Initializes a new instance of the ClientCertificateCommonName class.

ClientCertificateCommonName(Boolean, String, String)

Initializes a new instance of the ClientCertificateCommonName class.

ClientCertificateCommonName()

Initializes a new instance of the ClientCertificateCommonName class.

public ClientCertificateCommonName ();
Public Sub New ()

Applies to

ClientCertificateCommonName(Boolean, String, String)

Initializes a new instance of the ClientCertificateCommonName class.

public ClientCertificateCommonName (bool isAdmin, string certificateCommonName, string certificateIssuerThumbprint);
new Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName : bool * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName
Public Sub New (isAdmin As Boolean, certificateCommonName As String, certificateIssuerThumbprint As String)

Parameters

isAdmin
Boolean

Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.

certificateCommonName
String

The common name of the client certificate.

certificateIssuerThumbprint
String

The issuer thumbprint of the client certificate.

Applies to