ManagementCertificateCreateParameters 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.
Parameters supplied to the Create Management Certificate operation.
public class ManagementCertificateCreateParameters
type ManagementCertificateCreateParameters = class
Public Class ManagementCertificateCreateParameters
- Inheritance
-
ManagementCertificateCreateParameters
Constructors
ManagementCertificateCreateParameters() |
Initializes a new instance of the ManagementCertificateCreateParameters class. |
Properties
Data |
Optional. The certificate's raw data in base-64-encoded cer format. |
PublicKey |
Optional. A base-64-representation of the management certificate public key. |
Thumbprint |
Optional. The thumbprint that uniquely identifies the management certificate. |