Click or drag to resize

IAuthentication Methods

The IAuthentication type exposes the following members.

Methods
 NameDescription
Public methodExecuteAuthCommand Executes Keeper JSON command.
Public methodExecuteAuthRest Executes Keeper Protobuf request.
Public methodLogout Logout from Keeper server.
Top
Extension Methods
 NameDescription
Public Extension MethodExecuteAuthCommand Executes JSON authenticated command that does not return data.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthCommandTC Executes JSON authenticated command.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthCommandTC, TR Executes JSON authenticated command.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthRestTC, TR Executes Protobuf authenticated request.
(Defined by AuthExtensions)
Public Extension MethodExecuteBatch Execute JSON authenticated command in a batch
(Defined by AuthExtensions)
Public Extension MethodGetAvailableEvents Gets the list of all available audit events
(Defined by AuditLogExtensions)
Public Extension MethodGetEvents Gets audit events in descending order.
(Defined by AuditLogExtensions)
Public Extension MethodGetUserEvents Gets audit events for a user in descending order.
(Defined by AuditLogExtensions)
Public Extension MethodIsAuthenticated Gets authenticated flag.
(Defined by AuthExtensions)
Top
See Also