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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.