Click or drag to resize

IBinaryCommandFieldEncryptorEncryptFields Method

Encrypts the fields.

Namespace:  MongoDB.Driver.Core.WireProtocol
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
byte[] EncryptFields(
	string databaseName,
	byte[] unencryptedCommandBytes,
	CancellationToken cancellationToken
)

Parameters

databaseName
Type: SystemString
The database name.
unencryptedCommandBytes
Type: SystemByte
The unencrypted command bytes.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Byte
An encrypted document.
See Also