Click or drag to resize
IRiakAuthenticationConfiguration Properties

The IRiakAuthenticationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCertificateAuthorityFile
A client certificate authority certificate to load and use. Must be a valid file path.
Public propertyCheckCertificateRevocation
The option to check the certificate revocation list during authentication.
Public propertyClientCertificateFile
A client certificate file to load and use. Must be a valid file path.
Public propertyClientCertificateSubject
A client certificate subject, used to find and use a certificate from the local store.
Public propertyPassword
The password to authenticate with.
Public propertyUsername
The username to authenticate with.
Top
See Also