Keeper SDK Class Library
C#
Show/Hide TOC
Audit
Log
Extensions
Get
Available
Events Method
Gets the list of all available audit events
Definition
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
static
Task
<
AuditEventType
[]>
GetAvailableEvents
(
this
IAuthentication
auth
)
Parameters
auth
IAuthentication
Keeper Connection
Return Value
Task
AuditEventType
Awaitable task returning supported audit events
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
AuditLogExtensions Class
KeeperSecurity.Enterprise Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also