Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface enables client applications to influence the security of the browser components.
The following methods are used with the IInternetSecurityManager interface.
| Method | Description |
|---|---|
| IInternetSecurityManager::GetSecurityId | Retrieves the security identification of the specified URL. |
| IInternetSecurityManager::GetSecuritySite | Retrieves the security site manager. |
| IInternetSecurityManager::GetZoneMappings | Retrieves the complete set of patterns mapped to a zone. |
| IInternetSecurityManager::MapUrlToZone | Retrieves the zone index for the specified URL. |
| IInternetSecurityManager::ProcessUrlAction | Determines the policy for the specified action and displays a user interface if the policy indicates that the user should be queried. |
| IInternetSecurityManager::QueryCustomPolicy | Retrieves the custom policy associated with the URL and specified key in the given context. |
| IInternetSecurityManager::SetSecuritySite | Sets the security site manager. |
| IInternetSecurityManager::SetZoneMapping | Maps a pattern into the specified zone. |
Remarks
Use SID_SInternetSecurityManager to request this interface when using IServiceProvider::QueryService.
See Also
Send Feedback on this topic to the authors