Method RewrapManyDataKeyAsync
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.Encryption.dll
RewrapManyDataKeyAsync(FilterDefinition, RewrapManyDataKeyOptions, CancellationToken)
Decrypts multiple data keys and (re-)encrypts them with a new masterKey, or with their current masterKey if a new one is not given.
public Task<RewrapManyDataKeyResult> RewrapManyDataKeyAsync(FilterDefinition<BsonDocument> filter, RewrapManyDataKeyOptions options, CancellationToken cancellationToken = default)
Parameters
filter
FilterDefinition<BsonDocument>
The filter.
options
RewrapManyDataKeyOptions
The options.
cancellationToken
CancellationToken
The cancellation token.
Returns
The result.