Share via


ServiceCertificateCreateParameters Constructor (Byte[], CertificateFormat)

 

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

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

Syntax

public ServiceCertificateCreateParameters(
    byte[] data,
    CertificateFormat certificateFormat
)
public:
ServiceCertificateCreateParameters(
    array<unsigned char>^ data,
    CertificateFormat certificateFormat
)
new : 
        data:byte[] *
        certificateFormat:CertificateFormat -> ServiceCertificateCreateParameters
Public Sub New (
    data As Byte(),
    certificateFormat As CertificateFormat
)

See Also

ServiceCertificateCreateParameters Overload
ServiceCertificateCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top