PolicyLevel::RemoveFullTrustAssembly Method (StrongName^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Return to top
Removes an assembly with the specified StrongName from the list of assemblies the policy level uses to evaluate policy.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] void RemoveFullTrustAssembly( StrongName^ sn )
Parameters
- sn
-
Type:
System.Security.Policy::StrongName^
The StrongName of the assembly to remove from the list of assemblies used to evaluate policy.
| Exception | Condition |
|---|---|
| ArgumentNullException | The sn parameter is null. |
| ArgumentException | The assembly with the StrongName specified by the sn parameter does not have full trust. |
The RemoveFullTrustAssembly method is not supported in version 2.0 or later of the .NET Framework because the list of full trust assemblies is not used in those versions.
.NET Framework
Available since 1.1
Available since 1.1
Show: