Method | Description | |
---|---|---|
SymmetricEncryptionResult ( |
Initializes a new instance of the SymmetricEncryptionResult class.
|
|
SymmetricEncryptionResult ( byte key, byte iv, byte ciphertext ) : System |
Initializes a new instance of the SymmetricEncryptionResult class.
|
public SymmetricEncryptionResult ( |
||
encryptionVariables | The key and IV used to encrypt the ciphertext. | |
ciphertext | byte | The encrypted data. |
return | System |
public SymmetricEncryptionResult ( byte key, byte iv, byte ciphertext ) : System | ||
key | byte | The randomly generated symmetric key used to encrypt the data. |
iv | byte | The initialization vector used to encrypt the data. |
ciphertext | byte | The encrypted data. |
return | System |