This documentation is archived and is not being maintained.
Certificate.Serial Property
Gets the serial number of the certificate.
Namespace:
Microsoft.SqlServer.Management.SmoAssembly:
Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)]
public string Serial { get; }
Property Value
Type:
System.StringA String value that specifies the serial number of the certificate.
Return to top