CreateCertificateStatement.CertificateOptions Property

Gets a list of subject and 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)
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>

.NET Framework Security

See Also

Reference

CreateCertificateStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace