ICryptoProviderDecryptAsync Method
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
Task<byte[]> DecryptAsync(
string keyName,
byte[] data,
EncryptionAlgorithm algorithm = default,
CancellationToken cancellationToken = default
)
- keyName String
- The unique identifier for the key
- data Byte
- The ciphertext to decrypt
- algorithm EncryptionAlgorithm (Optional)
- The EncryptionAlgorithm to use
- cancellationToken CancellationToken (Optional)
- A cancellation token
TaskByteThe plaintext