Click or drag to resize

VaultOnlineCreateSecretManagerApplication Method

Creates Secret Manager Application

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task<ApplicationRecord> CreateSecretManagerApplication(
	string title
)

Parameters

title  String
Application Title

Return Value

TaskApplicationRecord
Application Record

Implements

ISecretManagerCreateSecretManagerApplication(String)
See Also