PolicyLevel::AddFullTrustAssembly Method (StrongNameMembershipCondition^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Return to top
Adds the specified StrongNameMembershipCondition to the list of StrongNameMembershipCondition objects used to determine whether an assembly is a member of the group of assemblies that should not be evaluated.
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 AddFullTrustAssembly( StrongNameMembershipCondition^ snMC )
Parameters
- snMC
-
Type:
System.Security.Policy::StrongNameMembershipCondition^
The StrongNameMembershipCondition to add to the list of StrongNameMembershipCondition objects used to determine whether an assembly is a member of the group of assemblies that should not be evaluated.
| Exception | Condition |
|---|---|
| ArgumentNullException | The snMC parameter is null. |
| ArgumentException | The StrongNameMembershipCondition specified by the snMC parameter already has full trust. |
The AddFullTrustAssembly 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: