Click or drag to resize

ClientEncryptionGetKeysAsync Method

Finds all documents in the key vault collection.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
public Task<IReadOnlyList<BsonDocument>> GetKeysAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIReadOnlyListBsonDocument
Returns the result of the internal find() operation on the key vault collection.
See Also