Method Decrypt
- Namespace
 - MongoDB.Driver.Encryption
 
- Assembly
 - MongoDB.Driver.Encryption.dll
 
Decrypt(BsonBinaryData, CancellationToken)
Decrypts the specified value.
public BsonValue Decrypt(BsonBinaryData value, CancellationToken cancellationToken = default)
Parameters
valueBsonBinaryDataThe value.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- BsonValue
 The decrypted value.