Click or drag to resize

VaultOnlineDeleteSecretManagerClient Method

Deletes a client/device from Secret Manager Application

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

Parameters

applicationId  String
Application ID
deviceId  String
Device ID or Name

Return Value

Task
Awaitable Task

Implements

ISecretManagerDeleteSecretManagerClient(String, String)
See Also