RegiisUtility Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides authorization utilities to support specific Web-application configuration, assembly registration, and assembly-key container manipulation. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RegiisUtility() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RegiisUtility class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The RegiisUtility class provides utility functions that support the system.web assembly registration.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
