SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

Crea algoritmo simétrico con parámetros.

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


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

Crea un algoritmo simétrico con parámetros y frase de contraseña predeterminada.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
Parámetro Escribe Descripción
key SymmetricAlgorithmType Clave de encriptación
algorithmType String Tipo de algoritmo de cifrado

Ver también