C# Класс IronPigeon.SymmetricEncryptionVariables

Captures the key and IV used for a symmetric encryption.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SymmetricEncryptionVariables ( byte key, byte iv ) : System

Initializes a new instance of the SymmetricEncryptionVariables class.

Описание методов

SymmetricEncryptionVariables() публичный Метод

Initializes a new instance of the SymmetricEncryptionVariables class.
public SymmetricEncryptionVariables ( byte key, byte iv ) : System
key byte The randomly generated symmetric key used to encrypt the data.
iv byte The initialization vector used to encrypt the data.
Результат System