X509ParseCertificate (FUN)ΒΆ
FUNCTION X509ParseCertificate : RTS_IEC_HANDLE
Parse a certificate which is located in the memory (e.g received FROM a communication partner). Once parsed the certificate is stored in a temporary store. Use the function X509CertClose to close the certificate.
- InOut:
Scope
Name
Type
Comment
Return
X509ParseCertificateRTS_IEC_HANDLEHandle to the parsed certificate.
Input
pCertPOINTER TO RtsByteString
Binary encoded certificate.
encodingRtsCertEncodingEncoding of the certificate.
pResultPOINTER TO RTS_IEC_RESULT
Result of the operation