Click or drag to resize

BatchVaultOperations Constructor

Instantiate BatchVaultOperations.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public BatchVaultOperations(
	VaultOnline vault,
	RecordMatch recordMatch = RecordMatch.AllFields
)

Parameters

vault  VaultOnline
Vault instance
recordMatch  RecordMatch  (Optional)
Record matching strategy
See Also