Partilhar via


Propriedade ISql100DatabaseEncryptionKey.AsymmetricKey

Obtém ou define a chave assimétrica que protege a chave de criptografia do banco de dados.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100DatabaseEncryptionKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel