IOPCUAClientConnectionCallback.VerifyServerCertificate (METH)ΒΆ
METHOD VerifyServerCertificate : 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
VerifyServerCertificateOpcUa_StatusCodeAny status code expect OpcUa_Good will cause the connection to be termindated.
Input
hConnectionRTS_IEC_HANDLEHandle the the UA connection.
hServerCertificateRTS_IEC_HANDLEHandle the UA server certificate. Can be used with any function of CmpX509Cert.