Click or drag to resize

ISecretManagerDeleteSecretManagerClient Method

Deletes a client/device from Secret Manager Application

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task DeleteSecretManagerClient(
	string applicationId,
	string deviceId
)

Parameters

applicationId  String
Application ID
deviceId  String
Device ID or Name

Return Value

Task
Awaitable Task
See Also