Table of Contents

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 BsonBinaryData

The value.

cancellationToken CancellationToken

The cancellation token.

Returns

BsonValue

The decrypted value.