Właściwość AsymmetricKey.PublicKey
Pobiera klucz publiczny dla klucza asymetrycznego.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PublicKey As Byte()
Get
'Użycie
Dim instance As AsymmetricKey
Dim value As Byte()
value = instance.PublicKey
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] PublicKey { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PublicKey : byte[]
function get PublicKey () : byte[]
Wartość właściwości
Typ: array<System.Byte[]
A Uint8 wartość tablicy, który określa klucz publiczny dla klucza asymetrycznego.
Zobacz także