Click or drag to resize

DocumentSignerProviderCreateSigner Method (String, IDocumentSignerConfiguration)

Vytvoří novou instanci třídy pro podpis daného typu dokumentu

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public IDocumentSigner CreateSigner(
	string documentFileExtension,
	IDocumentSignerConfiguration configuration = null
)

Parameters

documentFileExtension
Type: SystemString
Koncovka souboru podepisovaného dokumentu
configuration (Optional)
Type: ASDSoft.SignToolsIDocumentSignerConfiguration
Konfigurace podpisu

Return Value

Type: IDocumentSigner
Instance třídy pro podpis
See Also