Click or drag to resize

VaultOnlineStoreNonSharedDataT Method

Stores non shared (or per user) data associated with the record.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task StoreNonSharedData<T>(
	string recordUid,
	T nonSharedData
)
where T : new(), RecordNonSharedData

Parameters

recordUid  String
Record UID
nonSharedData  T
Non shared data

Type Parameters

T
App specific per-user data type

Return Value

Task
Awaitable task.

Implements

IVaultStoreNonSharedDataT(String, T)
Exceptions
ExceptionCondition
KeeperApiExceptionKeeper API error
See Also