DigitalSignatureManagerSetProviderStatus Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change the status and settings of the selected digital signature provider.")]
public void SetProviderStatus(
	int providerId,
	int status,
	int? consentType
)

Parameters

providerId  Int32
status  Int32
consentType  NullableInt32

Exceptions

See Also