ClientCertificateCommonName Constructors
Definition
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.
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
Azure SDK for .NET