SymmetricEncryption

SymmetricEncryption(SymmetricAlgorithmType, string, string)

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

public SymmetricEncryption(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


SymmetricEncryption(SymmetricAlgorithmType, string)

Crée un algorithme de chiffrement symétrique avec la phrase de passe par défaut

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

Voir également