Get the list of authenticators detected by the engine. Users will be authenticating via one of these engines.

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

Syntax

C#
IAuthenticatorInformation[] Authenticators { get; }
Visual Basic
ReadOnly Property Authenticators As IAuthenticatorInformation()
	Get
Visual C++
property array<IAuthenticatorInformation^>^ Authenticators {
	array<IAuthenticatorInformation^>^ get ();
}

Field Value

IAuthenticatorInformation[]

See Also