Beispiel #1
0
        /// <summary>
        /// Gets the operation.
        /// </summary>
        /// <returns>Binary payload to send to either KMS, mongod, or mongocryptd</returns>
        public Binary GetOperation()
        {
            Binary binary = new Binary();

            Check(Library.mongocrypt_ctx_mongo_op(_handle, binary.Handle));
            return(binary);
        }