Click or drag to resize

DigitalSignatureHandler Constructor

Initializes a new instance of the DigitalSignatureHandler class

Namespace:  FileHold.LibraryManager.DigitalSignature
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DigitalSignatureHandler(
	IAgreementManager agreementManager,
	AgreementsDatabaseOperations agreementsOperations,
	Database database,
	DbTransaction transaction
)

Parameters

agreementManager
Type: IAgreementManager
agreementsOperations
Type: FileHold.LibraryManager.DigitalSignatureAgreementsDatabaseOperations
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also