 | DocumentSignerProviderRegisterSignerTSigner Method (String) |
Zaregistruje typ třídy implementující podepisování pro nový typ dokumentu
Namespace:
ASDSoft.SignTools
Assembly:
ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntaxpublic void RegisterSigner<TSigner>(
string documentFileExtension
)
where TSigner : IDocumentSigner
Parameters
- documentFileExtension
- Type: SystemString
Koncovka souboru pro nový typ dokumentu
Type Parameters
- TSigner
- Typ třídy implementují IDocumentSigner
See Also