CryptographyDecryptAsync Method

Decrypts a ciphertext.

Overload List

DecryptAsync(String, String, CancellationToken) Decrypts a ciphertext using the default symmetric algorithm but no salt.
DecryptAsync(String, String, Boolean, CancellationToken) Decrypts a ciphertext using the default symmetric algorithm.
DecryptAsync(String, String, SymmetricAlgorithm, CancellationToken) Decrypts a ciphertext using a specific symmetric algorithm.
DecryptAsync(String, String, String, CancellationToken) Decrypts a ciphertext using a specific symmetric algorithm.

See Also