ManagementCertificateCreateParameters::PublicKey Property

 

Gets or sets a base-64 encoded public key.

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

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

Property Value

Type: array<System::Byte>^

A base-64 encoded public key.

Return to top
Show: