Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Authentication
AuthExtensions Class
AuthExtensions Methods
ExecuteAuthCommand Method
ExecuteAuthRest<TC, TR> Method
ExecuteBatch Method
IsAuthenticated Method
Auth
Extensions
Is
Authenticated Method
Gets authenticated flag.
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
static
bool
IsAuthenticated
(
this
IAuthentication
auth
)
Parameters
auth
IAuthentication
The authenticated connection.
Return Value
Boolean
True
if logged in.
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)
.
See Also
Reference
AuthExtensions Class
KeeperSecurity.Authentication Namespace