SymmetricEncryption

SymmetricEncryption(SymmetricAlgorithmType, string, string)

Crea algoritmo de cifrado simétrico con parámetros.

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key, string salt)
Parámetro Escribe Descripción
algorithmType SymmetricAlgorithmType Especifique el tipo de algoritmo simétrico
key String Clave de encriptación
salt String Frase de contraseña para el cifrado

Ver también


SymmetricEncryption(SymmetricAlgorithmType, string)

Crea un algoritmo de cifrado simétrico con frase de contraseña predeterminada

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key)
Parámetro Escribe Descripción
algorithmType SymmetricAlgorithmType Especifique el tipo de algoritmo simétrico
key String Clave de encriptación

Ver también