AuthExtensionsExecuteAuthCommandTC(IAuthentication, TC) Method |
Executes JSON authenticated command.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static Task ExecuteAuthCommand<TC>(
this IAuthentication auth,
TC command
)
where TC : AuthenticatedCommand
Parameters
- auth IAuthentication
- The authenticated connection.
- command TC
- SON authenticated command.
Type Parameters
- TC
- JSON authenticated command type.
Return Value
TaskAwaitable task.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IAuthentication. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions See Also