StoredCertificateSettings.StoreName Property
Gets or sets the name of the certificate store from which the certificate should be retrieved.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string StoreName { get; set; }
public:
property String^ StoreName {
String^ get();
void set(String^ value);
}
member StoreName : string with get, set
Public Property StoreName As String
Property Value
Type: System.String
The name.
See Also
StoredCertificateSettings Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top