Click or drag to resize

ClientEncryption.CreateDataKey Method

An alias function equivalent to createKey.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public Guid CreateDataKey(
	string kmsProvider,
	DataKeyOptions dataKeyOptions,
	CancellationToken cancellationToken = default
)

Parameters

kmsProvider
Type: System.String
The kms provider.
dataKeyOptions
Type: MongoDB.Driver.Encryption.DataKeyOptions
The data key options.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Guid
A data key.
See Also