ILoginModule Interface

ScaleOut Software NamedCache API
Interface for user-defined login routines. The GetEncodedCredentials(String) method is used to generate encoded credentials which are validated by the server. An implementation of ILoginModule can be plugged into the API by setting it via the Login(String, ILoginModule) method.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public interface ILoginModule

The ILoginModule type exposes the following members.

Methods

  NameDescription
Public methodGetEncodedCredentials
Generates encoded credentials to be validated by the server.
Top
See Also

Reference