Condividi tramite


Proprietà CreateAsymmetricKeyStatement.KeySource

Ottiene o imposta l'origine della chiave di crittografia.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property KeySource As EncryptionSource
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionSource
Restituisce un elemento EncryptionSource.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateAsymmetricKeyStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql