Method GetKey
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
GetKey(Guid, CancellationToken)
Finds a single key document with the given UUID (BSON binary subtype 0x04).
Parameters
id
GuidThe id.
cancellationToken
CancellationToken The cancellation token.
Returns
- Bson
Document Returns the result of the internal find() operation on the key vault collection.