OnAuthenticate Method

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.Authenticators.SessionAuthenticator.OnAuthenticate(Moxiecode.Manager.ManagerEngine)"]

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

Syntax

C#
public override bool OnAuthenticate(
	ManagerEngine man
)
Visual Basic (Declaration)
Public Overrides Function OnAuthenticate ( _
	man As ManagerEngine _
) As Boolean
Visual C++
public:
virtual bool OnAuthenticate(
	ManagerEngine^ man
) override

Parameters

man
Type: Moxiecode.Manager..::.ManagerEngine

[Missing <param name="man"/> documentation for "M:Moxiecode.Manager.Authenticators.SessionAuthenticator.OnAuthenticate(Moxiecode.Manager.ManagerEngine)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.Authenticators.SessionAuthenticator.OnAuthenticate(Moxiecode.Manager.ManagerEngine)"]

Implements

IPlugin..::.OnAuthenticate(ManagerEngine)

See Also