X509CertIsSelfSigned
(FUN)
FUNCTION X509CertIsSelfSigned : BOOL
Check if a certificate is selfsigned of is signed by a CA authority
- InOut:
Scope
Name
Type
Comment
Return
X509CertIsSelfSigned
BOOL
True if the certificate is self signed, False if the certificate is signed by a CA.
Input
hCert
RTS_IEC_HANDLE
Handle of to certificate.
pResult
POINTER TO RTS_IEC_RESULT
Pointer to error code. ERR_OK if everything went fine, ERR_PARAMETER if hCert was invalid.