Proprietà ISql100DatabaseEncryptionKey.Algorithm

Ottiene e imposta l'algoritmo della chiave.

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

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100DatabaseEncryptionKey Interfaccia

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