Click or drag to resize

DataKeyOptions Constructor

Initializes a new instance of the DataKeyOptions class.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public DataKeyOptions(
	Optional<IReadOnlyList<string>> alternateKeyNames = default,
	Optional<BsonDocument> masterKey = default
)

Parameters

alternateKeyNames (Optional)
Type: MongoDB.DriverOptionalIReadOnlyListString
The alternate key names.
masterKey (Optional)
Type: MongoDB.DriverOptionalBsonDocument
The master key.
See Also