Click or drag to resize

DocumentSignerProviderCreateSigner Method (Type, String)

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
C#
public IDocumentSigner CreateSigner(
	Type signerType,
	string configurationName = null
)

Parameters

signerType
Type: SystemType
Typ podepisující třídy
configurationName (Optional)
Type: SystemString

[Missing <param name="configurationName"/> documentation for "M:ASDSoft.SignTools.DocumentSignerProvider.CreateSigner(System.Type,System.String)"]

Return Value

Type: IDocumentSigner
Instance třídy pro podpis
See Also