Share via


CreateAsymmetricKeyStatement.KeySource Property

Gets or sets the encryption key source.

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

Syntax

'Declaration
Public Property KeySource As EncryptionSource
public EncryptionSource KeySource { get; set; }
public:
property EncryptionSource^ KeySource {
    EncryptionSource^ get ();
    void set (EncryptionSource^ value);
}
member KeySource : EncryptionSource with get, set
function get KeySource () : EncryptionSource
function set KeySource (value : EncryptionSource)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionSource
Returns a EncryptionSource.

.NET Framework Security

See Also

Reference

CreateAsymmetricKeyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace