 | DocumentSignerProviderRegisterSigner Method (String, Type) |
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(
string documentFileExtension,
Type documentSignerType
)
Parameters
- documentFileExtension
- Type: SystemString
Koncovka souboru pro nový typ dokumentu - documentSignerType
- Type: SystemType
Typ třídy implementují IDocumentSigner
See Also