Click or drag to resize

VaultUtilsRequestVaultProtocolFromConfig Method (IDatabaseRepository, String)

Retrieves a IVaultProtocol implementation from the current configuration settings.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static IVaultProtocol RequestVaultProtocolFromConfig(
	IDatabaseRepository pRepository,
	string vaultName
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The database repository.
vaultName
Type: SystemString
The vault name.

Return Value

Type: IVaultProtocol
The IVaultProtocol implementation.
Remarks
Use this method to implement the RequestVaultProtocol events in application base classes.
See Also