Table of Contents

Method EncryptMessage

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

EncryptMessage(byte[])

Encrypts plaintext to ciphertext.

byte[] EncryptMessage(byte[] plainTextBytes)

Parameters

plainTextBytes byte[]

Plaintext to encrypt.

Returns

byte[]

Encrypted ciphertext.