Table of Contents

Constructor RewrapManyDataKeyOptions

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.dll

RewrapManyDataKeyOptions(string, Optional<BsonDocument>)

Initializes a new instance of the RewrapManyDataKeyOptions class.

public RewrapManyDataKeyOptions(string provider, Optional<BsonDocument> masterKey = default)

Parameters

provider string

The provider name.

masterKey Optional<BsonDocument>

The master key.