Click or drag to resize
Pdftools logo

SessionCreateSignatureFromName Method

Create a signature configuration based on certificate name


Namespace: PdfTools.Crypto.Providers.Pkcs11
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public SignatureConfiguration CreateSignatureFromName(
	string name
)

Parameters

name  String
The name of the signing certificate (Name)

Return Value

SignatureConfiguration
Exceptions
ExceptionCondition
NotFoundExceptionIf the certificate cannot be found in Certificates
ArgumentExceptionIf the certificate is not a valid signing certificate
ArgumentNullExceptionif name is .
See Also