StoredCertificateSettings Constructor (String, String)
Initializes a new instance of the StoredCertificateSettings class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public StoredCertificateSettings(
string storeName,
string thumbprint
)
public:
StoredCertificateSettings(
String^ storeName,
String^ thumbprint
)
new :
storeName:string *
thumbprint:string -> StoredCertificateSettings
Public Sub New (
storeName As String,
thumbprint As String
)
See Also
StoredCertificateSettings Overload
StoredCertificateSettings Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top