Share via


CreateCertificateStatement.CertificateOptions Property

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

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property CertificateOptions As IList(Of CertificateOption)
'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 ();
}
public function get CertificateOptions () : IList<CertificateOption>

Property Value

Type: System.Collections.Generic.IList<CertificateOption>

.NET Framework Security

See Also

Reference

CreateCertificateStatement Class

CreateCertificateStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace