Does anyone know the specification for how UrlAcl data is stored in the registry? I know I can find the values at HKLM\System\CurrentControlSet\services\HTTP\Parameters\UrlAclInfo. Each value name is the actual URL being registered, however, the rest of the actual data is in binary. I need to be able to get the user name the urlacl was registered to. Does anyone know where I can find how to parse the binary data to get the information I need?
Thanks!