Get the list of authenticators detected by the engine.
Users will be authenticating via one of these engines.
Namespace: Cartella.InterfacesAssembly: 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 (); } |