Click or drag to resize

DocumentSignerProviderGetLocalSigner Method (String, String, String, ActionIDocumentSigner)

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 ILocalDocumentSigner GetLocalSigner(
	string documentFileExtension,
	string certificateName,
	string signerName,
	Action<IDocumentSigner> advancedConfigureAction = null
)

Parameters

documentFileExtension
Type: SystemString
Koncovka souboru podepisovaného dokumentu
certificateName
Type: SystemString
Název certifikátu pro podpis z konfiguračního souboru z elementu ASDSoft.SignTools/storeCertificate nebo ASDSoft.SignTools/pfxCertificate
signerName
Type: SystemString
Název konfigurace podpisu z konfiguračního souboru z elementu ASDSoft.SignTools/documentSigner
advancedConfigureAction (Optional)
Type: SystemActionIDocumentSigner
Doplňkova akce pro konfiguraci podpisu z kódu

Return Value

Type: ILocalDocumentSigner

[Missing <returns> documentation for "M:ASDSoft.SignTools.DocumentSignerProvider.GetLocalSigner(System.String,System.String,System.String,System.Action{ASDSoft.SignTools.IDocumentSigner})"]

See Also