IRiakAuthenticationConfiguration Interface |
Namespace: RiakClient.Config
The IRiakAuthenticationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | CertificateAuthorityFile |
A client certificate authority certificate to load and use.
Must be a valid file path.
|
![]() | CheckCertificateRevocation |
The option to check the certificate revocation list during authentication.
|
![]() | ClientCertificateFile |
A client certificate file to load and use.
Must be a valid file path.
|
![]() | ClientCertificateSubject |
A client certificate subject, used to find and use a certificate from the local store.
|
![]() | Password |
The password to authenticate with.
|
![]() | Username |
The username to authenticate with.
|