ISecurityContext Interface |
Namespace: MongoDB.Driver.Core.Authentication
The ISecurityContext type exposes the following members.
Name | Description | |
---|---|---|
IsInitialized |
Whether the security context has been initialized.
|
Name | Description | |
---|---|---|
DecryptMessage |
Decrypts ciphertext to plaintext.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
EncryptMessage |
Encrypts plaintext to ciphertext.
| |
Next |
Negotiates the steps of an authentication handshake.
|