Click or drag to resize

DocumentSignerProviderRegisterSigner Method (String, 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
Syntax
C#
public void RegisterSigner(
	string documentFileExtension,
	string documentSignerTypeName
)

Parameters

documentFileExtension
Type: SystemString
Koncovka souboru pro nový typ dokumentu
documentSignerTypeName
Type: SystemString
Plný název typu třídy implementují IDocumentSigner
See Also