Click or drag to resize

DigitalSignatureManager Class

Service for managing digital signature settings and agreements.
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class DigitalSignatureManager : WebService

The DigitalSignatureManager type exposes the following members.

Constructors
  NameDescription
Public methodDigitalSignatureManager
Initializes a new instance of the DigitalSignatureManager class
Top
Methods
  NameDescription
Public methodCheckAgreement
Return the current status of the agreement associated with given workflow.
Public methodGetActiveProviderName
Return the name of the active digital signature provider.
Public methodGetAgreementDetails
Return the details of the agreement associated with given workflow.
Public methodGetAgreements
Get a list of agreements and their statuses.
Public methodGetAuditTrail
Download the audit trail for the agreement associated with given workflow.
Public methodGetDigitalSignatureSettings
Get global digital signature settings and status.
Public methodGetProviders
Get the list of availbale digital signature providers and their statuses.
Public methodGetSignatureUrlDestination
Return the type of workflow link embedded in documents signed with Adobe.
Public methodGetTokenProviderConsentUrl
Return the URL of the token provider consent service.
Public methodGetTokenProviderUrl
Return the URL of the token provider authorization service.
Public methodIsAuditTrailAvailable
Check if audit trail can be downloaded for the agreement associated with given workflow.
Public methodIsDigitalSignatureAuthenticated
Get the digital signature authenticated status.
Public methodIsDigitalSignatureEnabled
Get the digital signature enabled status.
Public methodIsDigitalSignatureEnabled(Database, DbTransaction)
Public methodOpenIndependantAuthoringWindow
Return true if the agreement authoring page should be opened in an idependant browser window.
Public methodReconciliation
Perform reconcilation for the selected agreements.
Public methodRenewTokens
Renew the access token for the active digital signature provider.
Public methodSaveDigitalSignatureSettings
Set global digital signature settings.
Public methodSendWorkflowToSign
Create a digital signature agreement with given documents and recipients.
Public methodSetProviderStatus
Change the status and settings of the selected digital signature provider.
Public methodUpdateTokens
Update the access token and refresh token for the active digital signature provider.
Top
Extension Methods
See Also