SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

Создает симметричный алгоритм с параметрами.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key, string salt)
Параметр Тип Описание
algorithmType SymmetricAlgorithmType Укажите тип симметричного алгоритма
key String Ключ шифрования
salt String Пароль для шифрования

Смотрите также


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

Создает симметричный алгоритм с параметрами и парольной фразой по умолчанию.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
Параметр Тип Описание
key SymmetricAlgorithmType Ключ шифрования
algorithmType String Тип алгоритма шифрования

Смотрите также