Method With
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.Encryption.dll
With(Optional, Optional)
Returns a new DataKeyOptions instance with some settings changed.
public RewrapManyDataKeyOptions With(Optional<BsonDocument> masterKey = default, Optional<string> provider = default)
Parameters
masterKey
Optional<BsonDocument>
The master key.
The provider name.
Returns
A new DataKeyOptions instance.