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
- 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.