AesDecrypt Method (SecureString, Int32, Byte) |
Namespace: Cauldron.Cryptography
public static byte[] Decrypt( SecureString password, int iterations, byte[] data )
Exception | Condition |
---|---|
ArgumentNullException | password is null |
ArgumentNullException | data is null |
SecurityException | iterations is lower than 1000 |