X509CertGetBinary (FUN)ΒΆ
FUNCTION X509CertGetBinary : RTS_IEC_RESULT
Get the certificate in a binary encoded format. Use the encoding parameter to set the needed format.
- InOut:
Scope
Name
Type
Comment
Return
X509CertGetBinaryRTS_IEC_RESULTResult of the operation.
Input
hCertRTS_IEC_HANDLEHandle of the certificate of intrest.
encodingRtsCertEncodingHow to encode the certificate.
pCertPOINTER TO RtsByteString
Buffer where to store the certificate. If the bytestring contains a NULL memory pointer the function will write the needed bufferlength to the pCert->ui32Length member.