Returns the ID of the current captcha.
<input id="captcha" />
<script>
var captcha = $("#captcha").kendoCaptcha({
handler: "https://demos.telerik.com/kendo-ui/captcha/reset"
}).data("kendoCaptcha");
console.log(captcha.getCaptchaId());
</script>