Click or drag to resize
SignDocDocumentLoaderloadTrustedCertificatesFromFile Method
Load trusted root CA certifcates from a file. The loaded certificates are used for all SignDocDocument objects created by this object. They are used for signature verification and HTTPS connections. For iOS, they replace the system's trusted anchors, for other operating systems, they are used in addition to the operating system's trusted root CA certificates. The file must contain either a single DER-encoded X.509 certificate or at least one PEM-encoded X.509 certificate. Calls to loadTrustedCertificatesFromFile() and loadTrustedCertificatesFromStream() are cumulative.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void loadTrustedCertificatesFromFile(
	string path
)

Parameters

path
Type: SystemString
The pathname of the file.

Return Value

Type: 
true if successful, false on error.
See Also