| 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.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void loadTrustedCertificatesFromFile(
string path
)
Public Sub loadTrustedCertificatesFromFile (
path As String
)
public:
void loadTrustedCertificatesFromFile(
String^ path
)
member loadTrustedCertificatesFromFile :
path : string -> unit
Parameters
- path
- Type: SystemString
The pathname of the file.
Return Value
Type:
true if successful, false on error.
See Also