Click or drag to resize

ISecretManagerCreateSecretManagerApplication Method

Creates Secret Manager Application

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

Parameters

title  String
Application Title

Return Value

TaskApplicationRecord
Application Record
See Also