Keeper SDK Class Library
C#
Show/Hide TOC
IVault
Send
Share
Invitation
Request Method
Sends share invitation request to the user.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
SendShareInvitationRequest
(
string
username
)
Parameters
username
String
User email
Return Value
Task
Awaitable task
Exceptions
KeeperApiException
See Also
Reference
IVault Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also