Click or drag to resize

ClientEncryptionCreateDataKey Method

Creates a data key.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public Guid CreateDataKey(
	string kmsProvider,
	DataKeyOptions dataKeyOptions,
	CancellationToken cancellationToken
)

Parameters

kmsProvider
Type: SystemString
The kms provider.
dataKeyOptions
Type: MongoDB.Driver.EncryptionDataKeyOptions
The data key options.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Guid
A data key.
See Also