SubscriptionCertificate.PublicKey 属性
Gets or sets a base-64 encoded public key.
命名空间: Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse
程序集: Microsoft.WindowsAzure.Management(在 Microsoft.WindowsAzure.Management.dll 中)
使用
用法
Dim instance As SubscriptionCertificate
Dim value As Byte()
value = instance.PublicKey
instance.PublicKey = value
语法
声明
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[])
属性值
A base-64 encoded public key.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
SubscriptionCertificate 类
SubscriptionCertificate 成员
Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse 命名空间