Click or drag to resize

DocumentSignerProviderCreateSigner Method (Type, X509Certificate2, 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,
	X509Certificate2 certificate,
	string configurationName = null
)

Parameters

signerType
Type: SystemType
Typ podepisující třídy
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certifikát pro podpis
configurationName (Optional)
Type: SystemString
Název konfigurace podpisu z konfiguračního souboru z elementu ASDSoft.SignTools/documentSigner

Return Value

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