PolicyLevel::AddFullTrustAssembly Method (StrongName^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Return to top
Adds a StrongNameMembershipCondition corresponding to the specified StrongName 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( StrongName^ sn )
Parameters
- sn
-
Type:
System.Security.Policy::StrongName^
The StrongName used to create 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 sn parameter is null. |
| ArgumentException | The StrongName specified by the sn 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: