M-Files API 23.11.13135.0
LogInAsUserWithAuthenticationData Method
VaultOnServer Object : LogInAsUserWithAuthenticationData Method
Information about the plugin that produced the authentication data.
The specified authentication data.
Authentication attempt identifier used with multileg authentication protocols.
Optional. The time zone information.
Description
Logs in to the vault with the specified authentication data.
Syntax
Visual Basic
Public Function LogInAsUserWithAuthenticationData( _
   ByVal PluginInfo As PluginInfo, _
   ByVal AuthenticationData As NamedValues, _
   Optional ByVal AttemptIdentifier As String = "", _
   Optional ByVal TimeZone As TimeZoneInformation = 0 _
) As AuthenticationResult
Parameters
PluginInfo
Information about the plugin that produced the authentication data.
AuthenticationData
The specified authentication data.
AttemptIdentifier
Authentication attempt identifier used with multileg authentication protocols.
TimeZone
Optional. The time zone information.
See Also

VaultOnServer Object  | VaultOnServer Members