ManagementCertificateListResponse.SubscriptionCertificate.Data Property

 

Gets or sets the base-64 encoded data of the management certificate.

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

Syntax

public byte[] Data { get; set; }
public:
property array<unsigned char>^ Data {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
member Data : byte[] with get, set
Public Property Data As Byte()

Property Value

Type: System.Byte[]

The base-64 encoded data.

See Also

ManagementCertificateListResponse.SubscriptionCertificate Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top