TrustVerificationResultGetCertPath Method |
Retrieves the certificate path that was used for verification.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public X509Certificate[] GetCertPath()
Public Function GetCertPath As X509Certificate()
public:
virtual array<X509Certificate^>^ GetCertPath() sealed
Return Value
Type:
X509Certificatea container of X509Certificate objects
See Also