| DocumentSignerProviderCreateSigner Method (String, IPersonalCertificate, String) |
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 public IDocumentSigner CreateSigner(
string documentFileExtension,
IPersonalCertificate personalCertificate,
string configurationName = null
)
Parameters
- documentFileExtension
- Type: SystemString
Koncovka souboru podepisovaného dokumentu - personalCertificate
- Type: IPersonalCertificate
Certifikát pro podpis - configurationName (Optional)
- Type: SystemString
Název konfigurace podpisu z konfiguračního souboru z elementu ASDSoft.SignTools/documentSigner
Return Value
Type:
IDocumentSignerInstance třídy pro podpis
See Also