CertificateAddParameter 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 CertificateAddParameter
type CertificateAddParameter = class
Public Class CertificateAddParameter
- Inheritance
-
CertificateAddParameter
Constructors
CertificateAddParameter() |
Initializes a new instance of the CertificateAddParameter class. |
CertificateAddParameter(String, String, String, Nullable<CertificateFormat>, String) |
Initializes a new instance of the CertificateAddParameter class. |
Properties
CertificateFormat |
Gets or sets the format of the Certificate data. |
Data |
Gets or sets the base64-encoded contents of the Certificate. The maximum size is 10KB. |
Password |
Gets or sets the password to access the Certificate's private key. |
Thumbprint |
Gets or sets the X.509 thumbprint of the Certificate. This is a sequence of up to 40 hex digits (it may include spaces but these are removed). |
ThumbprintAlgorithm |
Gets or sets the algorithm used to derive the thumbprint. This must be sha1. |
Applies to
Azure SDK for .NET