IStorageTeam Interface

Defines properties for team storage.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IStorageTeam

Properties

KeyType Encryption key type.
Name Team name. Plain text.
RestrictEdit Does team restrict record edit?
RestrictShare Does team restrict record re-share?
RestrictView Does team restrict record view?
TeamEcPrivateKey Team ECC private key.
TeamKey Team key. Encrypted with the KeyType
TeamRsaPrivateKey Team RSA private key.
TeamUid Team UID.

See Also