Click or drag to resize

IVaultProtocolFactory Interface

A factory interface to be implemented for specific vault implementations.

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#
public interface IVaultProtocolFactory

The IVaultProtocolFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateVaultProtocol
Creates a vault protocol instance.
Top
See Also