Click or drag to resize
IRiakAuthenticationConfiguration Interface
Represents a configuration element interface for Riak authentication.

Namespace:  RiakClient.Config
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IRiakAuthenticationConfiguration

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