Click or drag to resize

IEnterpriseTeam Interface

Defines properties for Enterprise Team.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public interface IEnterpriseTeam

The IEnterpriseTeam type exposes the following members.

Properties
 NameDescription
Public propertyKeyType Encryption key type.
Public propertyName Team name. Plain text.
Public propertyRestrictEdit Does team restrict record edit?
Public propertyRestrictShare Does team restrict record re-share?
Public propertyRestrictView Does team restrict record view?
Public propertyTeamKey Team key. Encrypted with the KeyType
Public propertyTeamPrivateKey Team private key. Encrypted with the team key.
Public propertyTeamUid Team UID.
Top
See Also