Interface ISecurityContext
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Represents the security context being used for authentication.
public interface ISecurityContext : IDisposable
- Inherited Members
Properties
- IsInitialized
Whether the security context has been initialized.
Methods
- DecryptMessage(int, byte[])
Decrypts ciphertext to plaintext.
- EncryptMessage(byte[])
Encrypts plaintext to ciphertext.
- Next(byte[])
Negotiates the steps of an authentication handshake.