Click or drag to resize

DigitalSignatureSettingsDatabaseOperationsTryGetDigitalSignatureSettingsForProviderWithRenew Method

Namespace:  FileHold.LibraryManager.DigitalSignature
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DigitalSignatureSettings TryGetDigitalSignatureSettingsForProviderWithRenew(
	int providerId,
	DbTransaction transaction,
	out string errorMessage
)

Parameters

providerId
Type: SystemInt32
transaction
Type: System.Data.CommonDbTransaction
errorMessage
Type: SystemString

Return Value

Type: DigitalSignatureSettings
See Also