Locate the authenticator plug-in by its full type name.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAuthenticatorInformation GetAuthenticatorByClassPath(
	string classPath
)
Visual Basic
Function GetAuthenticatorByClassPath ( _
	classPath As String _
) As IAuthenticatorInformation
Visual C++
IAuthenticatorInformation^ GetAuthenticatorByClassPath(
	String^ classPath
)

Parameters

classPath
Type: System..::..String
Full type name of the authenticator plug-in. e.g. Cartella.Classes.LDAPAuthenticator

Field Value

IAuthenticatorInformation

Return Value

Instance of the authenticator with given type name. Null if type name doesn't exist in the collection of authenticators detected

See Also