ClientCertificate 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.
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
Azure SDK for .NET