Partager via


ISql100DatabaseEncryptionKey.AsymmetricKey, propriété

Obtient ou définit la clé asymétrique qui sécurise la clé de chiffrement de base de données.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property AsymmetricKey As ISql100AsymmetricKey
    Get
    Set
ISql100AsymmetricKey AsymmetricKey { get; set; }
property ISql100AsymmetricKey^ AsymmetricKey {
    ISql100AsymmetricKey^ get ();
    void set (ISql100AsymmetricKey^ value);
}
abstract AsymmetricKey : ISql100AsymmetricKey with get, set
function get AsymmetricKey () : ISql100AsymmetricKey
function set AsymmetricKey (value : ISql100AsymmetricKey)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql100AsymmetricKey

Sécurité .NET Framework

Voir aussi

Référence

ISql100DatabaseEncryptionKey Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms