Dela 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
'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

See Also

Reference

CreateAsymmetricKeyStatement Class

CreateAsymmetricKeyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace