ManagementCertificateGetResponse.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)
Syntax
public byte[] PublicKey { get; set; }
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member PublicKey : byte[] with get, set
Public Property PublicKey As Byte()
Property Value
Type: System.Byte[]
A base-64 encoded public key.
See Also
ManagementCertificateGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top