Click or drag to resize

IVaultProtocolFactoryCreateVaultProtocol Method

Creates a vault protocol instance.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IVaultProtocol CreateVaultProtocol(
	IDatabaseRepository pRepository,
	string vaultName,
	IDictionary<string, string> dcParameters
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
vaultName
Type: SystemString
The vault name.
dcParameters
Type: System.Collections.GenericIDictionaryString, String
The vault protocol parameters. Names of the parameters depend on the specific vault implementation.

Return Value

Type: IVaultProtocol
The vault protocol instance.
See Also