Share via


CertificateCreateProperties Constructor (String)

 

Initializes a new instance of the CertificateCreateProperties class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public CertificateCreateProperties(
    string base64Value
)
public:
CertificateCreateProperties(
    String^ base64Value
)
new : 
        base64Value:string -> CertificateCreateProperties
Public Sub New (
    base64Value As String
)

See Also

CertificateCreateProperties Overload
CertificateCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top