We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7835423 commit dcaf30fCopy full SHA for dcaf30f
src/MongoDB.Driver.Encryption/Library.cs
@@ -698,7 +698,6 @@ public delegate bool
698
public delegate void mongocrypt_ctx_destroy(IntPtr ptr);
699
public delegate IntPtr mongocrypt_kms_ctx_get_kms_provider(IntPtr handle, out uint length);
700
701
- //TODO Need to put these and the new methods in the right place
702
public delegate long mongocrypt_kms_ctx_usleep(IntPtr handle);
703
704
[return: MarshalAs(UnmanagedType.I1)]
0 commit comments