Udostępnij za pośrednictwem


Właściwość AsymmetricKey.Sid

Pobiera logowanie identyfikator zabezpieczeń (SID) dla klucz 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 Sid As Byte()
    Get
'Użycie
Dim instance As AsymmetricKey
Dim value As Byte()

value = instance.Sid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] Sid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ Sid {
    array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Sid : byte[]
function get Sid () : byte[]

Wartość właściwości

Typ: array<System.Byte[]
A Uint8 wartość tablicy, który określa logowanie identyfikator SID dla klucz asymetrycznego.