BatchVaultOperations Constructor

Instantiate BatchVaultOperations.

Definition

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

Parameters

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

See Also