Propriedade ISql100DatabaseEncryptionKey.Algorithm
Obtém ou define o algoritmo de chave.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property Algorithm As SqlSymmetricKeyAlgorithm
Get
Set
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
SqlSymmetricKeyAlgorithm get ();
void set (SqlSymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlSymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlSymmetricKeyAlgorithm
function set Algorithm (value : SqlSymmetricKeyAlgorithm)
Valor de propriedade
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlSymmetricKeyAlgorithm
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.