Click or drag to resize

ClientEncryptionCreateDataKey Method

Creates a data key.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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