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 - X509ParseCertificate- RTS_IEC_HANDLE- Handle to the parsed certificate. - Input - pCert- POINTER TO RtsByteString - Binary encoded certificate. - encoding- RtsCertEncoding- Encoding of the certificate. - pResult- POINTER TO RTS_IEC_RESULT - Result of the operation 
