Partager via


Propriété Certificate.Sid

Gets the logon security identifier (SID) for the certificate.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Sid As Byte()
    Get
'Utilisation
Dim instance As Certificate 
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[]

Valeur de propriété

Type : array<System.Byte[]
A String value that specifies the logon SID for the certificate.

Exemples

Utilisation du chiffrement

Voir aussi

Référence

Certificate Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Hiérarchie de chiffrement

CREATE CERTIFICATE (Transact-SQL)