Method DecryptAsync
- Namespace
 - MongoDB.Driver.Encryption
 
- Assembly
 - MongoDB.Driver.Encryption.dll
 
DecryptAsync(BsonBinaryData, CancellationToken)
Decrypts the specified value.
public Task<BsonValue> DecryptAsync(BsonBinaryData value, CancellationToken cancellationToken = default)
Parameters
valueBsonBinaryDataThe value.
cancellationTokenCancellationTokenThe cancellation token.