Class DataKeyOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.Encryption.dll
Options for creating a data key.
public class DataKeyOptions
Inheritance
DataKeyOptions
Inherited Members
Constructors
DataKeyOptions(Optional<IReadOnlyList>, Optional, Optional)
Initializes a new instance of the DataKeyOptions class.
Properties
Gets the alternate key names.
Gets the key material.
Gets the master key.
Methods
With(Optional<IReadOnlyList>, Optional, Optional)
Returns a new DataKeyOptions instance with some settings changed.