StoredCertificateSettings 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.
Service certificates with which to provision the new virtual machine. Stored certificate settings reference certificates that already exist in the Azure hosted service. Prior to configuring the stored certificates for the virtual machine, you must call the Add Service Certificate operation or add the certificate via the Azure Management portal.
public class StoredCertificateSettings
type StoredCertificateSettings = class
Public Class StoredCertificateSettings
- Inheritance
-
StoredCertificateSettings
Constructors
StoredCertificateSettings() |
Initializes a new instance of the StoredCertificateSettings class. |
StoredCertificateSettings(String, String) |
Initializes a new instance of the StoredCertificateSettings class with required arguments. |
Properties
StoreName |
Required. Specifies the name of the certificate store from which to retrieve certificates. For example, "My". |
Thumbprint |
Required. Specifies the thumbprint of the certificate to be provisioned. The thumbprint must specify an existing service certificate. |
Applies to
Azure SDK for .NET