Click or drag to resize

DigitalSignatureManagerSetProviderStatus Method

Change the status and settings of the selected digital signature provider.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetProviderStatus(
	int providerId,
	int status,
	int? consentType
)

Parameters

providerId
Type: SystemInt32
status
Type: SystemInt32
consentType
Type: SystemNullableInt32
Exceptions
See Also