Click or drag to resize

NoActiveShareWithUserException Class

Represents an exception that occurs when current user requests other user's public for the first time.
Inheritance Hierarchy
SystemObject
  SystemException
    KeeperSecurity.AuthenticationKeeperApiException
      KeeperSecurity.VaultNoActiveShareWithUserException

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class NoActiveShareWithUserException : KeeperApiException

The NoActiveShareWithUserException type exposes the following members.

Properties
 NameDescription
Public propertyUsername Gets user email to send share invite
Top
See Also