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
'Usage
Dim instance As CreateAsymmetricKeyStatement
Dim value As EncryptionSource
value = instance.KeySource
instance.KeySource = value
public EncryptionSource KeySource { get; set; }
public:
property EncryptionSource^ KeySource {
EncryptionSource^ get ();
void set (EncryptionSource^ value);
}
public function get KeySource () : EncryptionSource
public 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.
See Also
Reference
CreateAsymmetricKeyStatement Class