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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.