C# Class IronPigeon.SymmetricEncryptionVariables

Captures the key and IV used for a symmetric encryption.
Afficher le fichier Open project: AArnott/IronPigeon Class Usage Examples

Méthodes publiques

Méthode Description
SymmetricEncryptionVariables ( byte key, byte iv ) : System

Initializes a new instance of the SymmetricEncryptionVariables class.

Method Details

SymmetricEncryptionVariables() public méthode

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.
Résultat System