Click or drag to resize

ClientEncryptionCreateDataKey Method

Creates a data key.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
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