SubscriptionCertificate.PublicKey Property
Gets or sets a base-64 encoded public key.
Namespace: Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim instance As SubscriptionCertificate
Dim value As Byte()
value = instance.PublicKey
instance.PublicKey = value
Syntax
'Declaration
Public Property PublicKey As Byte()
public byte[] PublicKey { get; set; }
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_PublicKey ()
/** @property */
public void set_PublicKey (byte[] value)
public function get PublicKey () : byte[]
public function set PublicKey (value : byte[])
Property Value
A base-64 encoded public key.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SubscriptionCertificate Class
SubscriptionCertificate Members
Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse Namespace