ProviderEncryptionSource.KeyOptions Property

Gets a list of options for this key.

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

Syntax

'Declaration
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
    IList<KeyOption^>^ get ();
}
member KeyOptions : IList<KeyOption>
function get KeyOptions () : IList<KeyOption>

Property Value

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

.NET Framework Security

See Also

Reference

ProviderEncryptionSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace