Click or drag to resize

ClientEncryptionCreateDataKey Method

An alias function equivalent to createKey.

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

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: Guid
A data key.
See Also