Click or drag to resize

ISecretManager Interface

Define methods for Keeper Secret Maneger (KSM)

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

The ISecretManager type exposes the following members.

Methods
 NameDescription
Public methodAddSecretManagerClient Adds a client/device to Secret Manager Application
Public methodCreateSecretManagerApplication Creates Secret Manager Application
Public methodDeleteSecretManagerApplication Deletes Secret Manager Application
Public methodDeleteSecretManagerClient Deletes a client/device from Secret Manager Application
Public methodGetSecretManagerApplication Gets Keeper Secret Manager Application Details
Public methodShareToSecretManagerApplication Grants Shared Folder or Record Access to Secret Manager Application
Public methodUnshareFromSecretManagerApplication Revokes Shared Folder or Record access from Secret Manager Application
Top
See Also