Click or drag to resize

EnterpriseLoaderGetEnterpriseId Method

Returns unique enterprise id.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task<long> GetEnterpriseId()

Return Value

TaskInt64
Enterprise ID. Awaitable task.
See Also