ClientCertificateThumbprint Class
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.
Describes the client certificate details using thumbprint.
public class ClientCertificateThumbprint
type ClientCertificateThumbprint = class
Public Class ClientCertificateThumbprint
- Inheritance
-
ClientCertificateThumbprint
Constructors
ClientCertificateThumbprint() |
Initializes a new instance of the ClientCertificateThumbprint class. |
ClientCertificateThumbprint(Boolean, String) |
Initializes a new instance of the ClientCertificateThumbprint class. |
Properties
CertificateThumbprint |
Gets or sets the thumbprint of the client certificate. |
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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET