IE and ILs
Integrity Levels aka http://blogs.msdn.com/b/ieinternals/archive/2011/08/03/internet-explorer-automation-protected-mode-lcie-default-integrity-level-medium.aspx
Short description:
- LowIL for Protected Mode sites
- MediumIL for Intranet/Trusted sites
- HighIL (if IE is started as Admin)
–> CreateObject()
creates in Low, only GetObject("new:{D5E8041D-920F-45e9-B8FB-B1DEB82C6E5E}")
creates in Medium
Dieser Eintrag ist vom Autor unter
CC BY 4.0
lizensiert.