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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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