Click or drag to resize

AuthExtensions Class

Provides a set of static methods for IAuthentication interface.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.AuthenticationAuthExtensions

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static class AuthExtensions

The AuthExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodExecuteAuthCommand(IAuthentication, AuthenticatedCommand) Executes JSON authenticated command that does not return data.
Public Extension MethodExecuteAuthCommandTC(IAuthentication, TC) Executes JSON authenticated command.
Public Extension MethodExecuteAuthCommandTC, TR(IAuthentication, TC, Boolean) Executes JSON authenticated command.
Public Extension MethodExecuteAuthRestTC, TR Executes Protobuf authenticated request.
Public Extension MethodExecuteBatch Execute JSON authenticated command in a batch
Public Extension MethodIsAuthenticated Gets authenticated flag.
Top
See Also