-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
ComplianceRelated to compliance requirementsRelated to compliance requirementsResolution-FixedThe issue is fixed.The issue is fixed.
Milestone
Description
MapSecurityZoneWithUrlmon uses an unsupported API call (the dll Imports below), we should remove the unsupported calls so we sue supported APIs to improve quality.
Use MapSecurityZoneWithoutUrlmon and remove MapSecurityZoneWithUrlmon and related native code
- Review MapSecurityZoneWithoutUrlmon for completeness
private static SecurityZone MapSecurityZoneWithoutUrlmon(string filePath)
- remove MapSecurityZoneWithUrlmon
private static SecurityZone MapSecurityZoneWithUrlmon(string filePath)
- remove dllimports and similar related to MapSecurityZoneWithUrlmon
internal static extern int CoInternetCreateSecurityManager([MarshalAs(UnmanagedType.Interface)] object pIServiceProvider, internal interface IInternetSecurityManager
rjmholt
Metadata
Metadata
Assignees
Labels
ComplianceRelated to compliance requirementsRelated to compliance requirementsResolution-FixedThe issue is fixed.The issue is fixed.