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)

public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get();
	void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

The base-64 encoded data.

Return to top
Show: