Team Class

Represents team properties that user is member of.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class Team : TeamInfo
Inheritance
Object    TeamInfo    Team

Constructors

TeamInitializes a new instance of the Team class

Properties

RestrictEdit Team restricts record edit.
RestrictShare Team restricts record re-share.
RestrictView Team restricts record view.
TeamEcPrivateKey Team EC private key.
TeamKey Team key.
TeamRsaPrivateKey Team RSA private key.

See Also