StoredCertificateSettings Constructors
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.
Overloads
StoredCertificateSettings() |
Initializes a new instance of the StoredCertificateSettings class. |
StoredCertificateSettings(String, String) |
Initializes a new instance of the StoredCertificateSettings class with required arguments. |
StoredCertificateSettings()
Initializes a new instance of the StoredCertificateSettings class.
public StoredCertificateSettings ();
Public Sub New ()
Applies to
StoredCertificateSettings(String, String)
Initializes a new instance of the StoredCertificateSettings class with required arguments.
public StoredCertificateSettings (string storeName, string thumbprint);
new Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings
Public Sub New (storeName As String, thumbprint As String)
Parameters
- storeName
- String
- thumbprint
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET