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