Click or drag to resize

DocumentSignerBase Constructor (X509Certificate2)

Konstruktor pro vložení elektronického podpisu.

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
protected DocumentSignerBase(
	X509Certificate2 certificate
)

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Podepisovací certifikát.
Remarks
See Also