IPAuthenticator Class

MCManager API

This class is a session authenticator implementation, this implementation will check for session keys defined by the config options "authenticator.session.logged_in_key, authenticator.session.groups_key".

Namespace:  Moxiecode.Manager.Authenticators
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public class IPAuthenticator : Plugin
Visual Basic (Declaration)
Public Class IPAuthenticator _
	Inherits Plugin
Visual C++
public ref class IPAuthenticator : public Plugin

Inheritance Hierarchy

System..::.Object
  Moxiecode.Manager..::.Plugin
    Moxiecode.Manager.Authenticators..::.IPAuthenticator

See Also