Click or drag to resize

DocumentSignerProviderCreateSignerTSigner Method (X509Certificate2, IDocumentSignerConfiguration)

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<TSigner>(
	X509Certificate2 certificate,
	IDocumentSignerConfiguration configuration = null
)
where TSigner : IDocumentSigner

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certifikát pro podpis
configuration (Optional)
Type: ASDSoft.SignToolsIDocumentSignerConfiguration
Konfigurace podpisu

Type Parameters

TSigner
Typ podepisující třídy

Return Value

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