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