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)

public byte[] PublicKey { get; set; }

Property Value

Type: System.Byte[]

A base-64 encoded public key.

Return to top
Show: