On Windows 7 we are able to access following code but on Windows 10 with Internet Explorer 11 it throws Object does not support this property or method.
HTML Code
<object classid='clsid:884e2049-217d-11da-b2a4-000e7bbb2b09' id='g_objClassFactory'></object>
JavaScript code:
g_objClassFactory.CreateObject("X509Enrollment.CCspInformations")
Any help will be greatly appreciated. Any thing changed in Windows 10 for ActiveX control?
Thanks in advance.