Click or drag to resize

IVaultCancelSharesWithUser Method

Cancels all shares with a user.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task CancelSharesWithUser(
	string username
)

Parameters

username  String
User account email.

Return Value

Task
Awaitable task.
Exceptions
ExceptionCondition
KeeperApiException
See Also