Click or drag to resize

ClientEncryptionCreateDataKeyAsync Method

An alias function equivalent to createKey.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public Task<Guid> CreateDataKeyAsync(
	string kmsProvider,
	DataKeyOptions dataKeyOptions,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: TaskGuid
A data key.
See Also