Partager via


Propriété Certificate.Serial

Gets the serial number of 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 Serial As String 
    Get
'Utilisation
Dim instance As Certificate 
Dim value As String 

value = instance.Serial
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Serial { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Serial {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Serial : string
function get Serial () : String

Valeur de propriété

Type : System.String
A String value that specifies the serial number of 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)