PolicyLevel::RemoveFullTrustAssembly Method (StrongNameMembershipCondition^)
.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 StrongNameMembershipCondition 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( StrongNameMembershipCondition^ snMC )
Parameters
- snMC
-
Type:
System.Security.Policy::StrongNameMembershipCondition^
The StrongNameMembershipCondition of the assembly to remove from the list of assemblies used to evaluate policy.
| Exception | Condition |
|---|---|
| ArgumentNullException | The snMC parameter is null. |
| ArgumentException | The StrongNameMembershipCondition specified by the snMC 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: