CertificateOptionKinds Enumeration
Specifies the certificate options kind.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| ExpiryDate | The kind is ExpiryDate. | |
| None | The kind is None. | |
| StartDate | The kind is StartDate. | |
| Subject | The kind is Subject. |
Show: