ISql90SymmetricKey.Algorithm, propriété
Obtient ou définit l'algorithme utilisé pour créer la clé.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlSymmetricKeyAlgorithm
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.