Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Online
Create
Secret
Manager
Application Method
Creates Secret Manager Application
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
Task
<
ApplicationRecord
>
CreateSecretManagerApplication
(
string
title
)
Parameters
title
String
Application Title
Return Value
Task
ApplicationRecord
Application Record
Implements
ISecretManager
CreateSecretManagerApplication(String)
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also