Certificate 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.
A Certificate that can be installed on Compute Nodes and can be used to authenticate operations on the machine.
public class Certificate
type Certificate = class
Public Class Certificate
- Inheritance
-
Certificate
Constructors
Certificate() |
Initializes a new instance of the Certificate class. |
Certificate(String, String, String, Nullable<CertificateState>, Nullable<DateTime>, Nullable<CertificateState>, Nullable<DateTime>, String, DeleteCertificateError) |
Initializes a new instance of the Certificate class. |
Properties
DeleteCertificateError |
Gets or sets the error that occurred on the last attempt to delete this Certificate. |
PreviousState |
Gets or sets the previous state of the Certificate. |
PreviousStateTransitionTime |
Gets or sets the time at which the Certificate entered its previous state. |
PublicData |
Gets or sets the public part of the Certificate as a base-64 encoded .cer file. |
State |
Gets or sets the current state of the Certificate. |
StateTransitionTime |
Gets or sets the time at which the Certificate entered its current state. |
Thumbprint |
Gets or sets the X.509 thumbprint of the Certificate. This is a sequence of up to 40 hex digits. |
ThumbprintAlgorithm |
Gets or sets the algorithm used to derive the thumbprint. |
Url |
Gets or sets the URL of the Certificate. |
Applies to
Azure SDK for .NET