IRegiisUtility Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides authorization utilities to support specific Web-application configuration, assembly registration, and assembly-key container manipulation.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IRegiisUtility
[System.Runtime.InteropServices.Guid("c84f668a-cc3f-11d7-b79e-505054503030")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRegiisUtility
[<System.Runtime.InteropServices.Guid("c84f668a-cc3f-11d7-b79e-505054503030")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRegiisUtility = interface
Public Interface IRegiisUtility
- Derived
- Attributes
Remarks
The utility functions provided by the IRegiisUtility interface support the system.web
assembly registration.
Methods
ProtectedConfigAction(Int64, String, String, String, String, String, String, Int32, IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Allows specific manipulation of configuration sections and assembly-key containers based on the supplied parameters. |
RegisterAsnetMmcAssembly(Int32, String, String, IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered. |
RegisterSystemWebAssembly(Int32, IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Allows the executing Web assembly to be registered or unregistered. |
RemoveBrowserCaps(IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Allows the browser-capabilities code generator to be uninstalled. |