X509CertCheckIP (FUN)ΒΆ
FUNCTION X509CertCheckIP : BOOL
Check if a certificate is bound to a specific IP Address.
- InOut:
Scope
Name
Type
Comment
Return
X509CertCheckIPBOOLTrue if the IP is part of the certificate.
Input
hCertRTS_IEC_HANDLEHandle of to certificate.
pIPPOINTER TO SysSocket_Interfaces.INADDR
IP adress to check in network byte order
flagsRtsX509CertCheckFlagsFlags how to check for the IP address. Values of the enumeration can be combined.
pResultPOINTER TO RTS_IEC_RESULT
Pointer to the error code. ERR_PARAMETER: hCert is invalid, ERR_OK: everything went fine.