Click or drag to resize

Team Class

Represents team properties that user is member of.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultTeamInfo
    KeeperSecurity.VaultTeam

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

The Team type exposes the following members.

Constructors
 NameDescription
Public methodTeamInitializes a new instance of the Team class
Top
Properties
 NameDescription
Public propertyRestrictEdit Team restricts record edit.
Public propertyRestrictShare Team restricts record re-share.
Public propertyRestrictView Team restricts record view.
Public propertyTeamKey Team key.
Public propertyTeamPrivateKey Team RSA private key.
Top
See Also