Click or drag to resize

SigningScope Constructor

Základní konstrukor pro vytvoření podepisovacího rámce pro jeden podepisující certifikát

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public SigningScope(
	X509Certificate2 publicCertificate
)

Parameters

publicCertificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Exceptions
ExceptionCondition
ArgumentNullException
See Also