Searched refs:verifyCertificate (Results 1 – 6 of 6) sorted by relevance
294 std::optional<bool> verifyCertificate; in requestRoutesEventDestinationCollection() local320 "VerifyCertificate", verifyCertificate // in requestRoutesEventDestinationCollection()464 if (verifyCertificate) in requestRoutesEventDestinationCollection()466 subValue->userSub.verifyCertificate = *verifyCertificate; in requestRoutesEventDestinationCollection()720 jVal["VerifyCertificate"] = userSub.verifyCertificate; in requestRoutesEventDestination()756 std::optional<bool> verifyCertificate; in requestRoutesEventDestination() local764 "VerifyCertificate", verifyCertificate // in requestRoutesEventDestination()811 if (verifyCertificate) in requestRoutesEventDestination()813 subValue->userSub.verifyCertificate = *verifyCertificate; in requestRoutesEventDestination()
42 getSSLClientContext(VerifyCertificate verifyCertificate);
23 bool verifyCertificate = true; member84 subvalue.verifyCertificate = *value; in fromJson()
336 subscription["VerifyCertificate"] = subValue.verifyCertificate; in writeData()
578 getSSLClientContext(VerifyCertificate verifyCertificate) in getSSLClientContext() argument605 if (verifyCertificate == VerifyCertificate::NoVerify) in getSSLClientContext()
325 userSub.verifyCertificate), in sendEventToSubscriber()