コード例 #1
0
 protected override bool ReleaseHandle()
 {
     // Here, we must obey all rules for constrained execution regions.
     Library.mongocrypt_ctx_destroy(handle);
     return(true);
 }