Sid propriété
Gets the logon security identifier (SID) for the certificate.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property Sid As Byte()
Get
'Utilisation
Dim instance As Certificate
Dim value As Byte()
value = instance.Sid
[SfcPropertyAttribute]
public byte[] Sid { get; }
[SfcPropertyAttribute]
public:
property array<unsigned char>^ Sid {
array<unsigned char>^ get ();
}
[<SfcPropertyAttribute>]
member Sid : byte[]
function get Sid () : byte[]
Valeur de la propriété
Type : array<System. . :: . .Byte> [] () [] []
A String value that specifies the logon SID for the certificate.
Voir aussi