Click or drag to resize

CPDFSignatureSignCertTrustedFolder Property

Certificate trust path folder.

When trusting a certificate, the certificate will be added to this folder.

When verifying the trustworthiness of a certificate, it will check if the certificate is located in this path.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static string SignCertTrustedFolder { get; set; }

Property Value

Type: String
See Also