Class DataKeyOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Encryption

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

AlternateKeyNames

Gets the alternate key names.

KeyMaterial

Gets the key material.

MasterKey

Gets the master key.

Methods

With(Optional<IReadOnlyList>, Optional, Optional)

Returns a new DataKeyOptions instance with some settings changed.