Click or drag to resize
Pdftools logo

CustomTrustListAddArchive Method

Add certificates from a PFX (PKCS#12) archive

Add certificates to the trust list.

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public void AddArchive(
	Stream stream,
	string password = null
)

Parameters

stream  Stream
The certificates in PKCS#12 format (.p12, .pfx)
password  String  (Optional)
The password required to decrypt the archive.
Exceptions
ExceptionCondition
CorruptExceptionThe PFX (PKCS#12) archive is corrupt and cannot be read.
PasswordExceptionThe password is invalid.
ArgumentNullExceptionif stream is .
See Also