Method DeleteKeyAsync
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
DeleteKeyAsync(Guid, CancellationToken)
Removes the key document with the given UUID (BSON binary subtype 0x04) from the key vault collection.
Parameters
id
GuidThe id.
cancellationToken
CancellationToken The cancellation token.
Returns
- Task<Delete
Result > Returns the result of the internal deleteOne() operation on the key vault collection.