Class KmsConnectionContext
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
Describes the KMS host that an IKmsConnector is being asked to connect to.
public sealed class KmsConnectionContext
- Inheritance
-
KmsConnectionContext
- Inherited Members
Constructors
- KmsConnectionContext(string, int)
Initializes a new instance of the KmsConnectionContext class.
Properties
- Host
Gets the KMS hostname (for example,
kms.us-east-1.amazonaws.com).
- Port
Gets the KMS port.