SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

Crée un algorithme symétrique avec des paramètres.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key, string salt)
Paramètre Taper La description
algorithmType SymmetricAlgorithmType Spécifier le type d’algorithme symétrique
key String Clé de cryptage
salt String Mot de passe pour le chiffrement

Voir également


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

Crée un algorithme symétrique avec des paramètres et une phrase secrète par défaut.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
Paramètre Taper La description
key SymmetricAlgorithmType Clé de cryptage
algorithmType String Type d’algorithme de chiffrement

Voir également