ConnectionHandler.VerifyServerCertificate (METH)
METHOD VerifyServerCertificate : CmpOPCUAStack_Interfaces.OpcUa_StatusCode
This callback is used to allow a further verification of the UA servers certificate. There is no pre verification of the certificate against the certificate store of the PLC.
- InOut:
Scope
Name
Type
Comment
Return
VerifyServerCertificateCmpOPCUAStack_Interfaces.OpcUa_StatusCodeAny status code expect OpcUa_Good will cause the connection to be termindated.
Input
hConnectionSysTypes.RTS_IEC_HANDLEHandle the the UA connection.
hServerCertificateSysTypes.RTS_IEC_HANDLEHandle the UA server certificate. Can be used with any function of CmpX509Cert.