| DocumentSignerProviderCreateSignerTSigner Method (IDocumentSignerConfiguration) |
Vytvoří novou instanci třídy daného typu pro podpis
Namespace:
ASDSoft.SignTools
Assembly:
ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax public IDocumentSigner CreateSigner<TSigner>(
IDocumentSignerConfiguration configuration = null
)
where TSigner : IDocumentSigner
Parameters
- configuration (Optional)
- Type: ASDSoft.SignToolsIDocumentSignerConfiguration
Konfigurace podpisu
Type Parameters
- TSigner
- Typ podepisující třídy
Return Value
Type:
IDocumentSignerInstance třídy pro podpis
See Also