CreateCertificateStatement.CertificateOptions Property

Gets a list of subject and start/expire date options in case of new keys generation.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property CertificateOptions As IList(Of CertificateOption)
    Get
'Usage
Dim instance As CreateCertificateStatement 
Dim value As IList(Of CertificateOption)

value = instance.CertificateOptions
public IList<CertificateOption> CertificateOptions { get; }
public:
property IList<CertificateOption^>^ CertificateOptions {
    IList<CertificateOption^>^ get ();
}
member CertificateOptions : IList<CertificateOption>
function get CertificateOptions () : IList<CertificateOption>

Property Value

Type: System.Collections.Generic.IList<CertificateOption>
The list of subject and start/expire date options.

See Also

Reference

CreateCertificateStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace