PolicyLevel.AddFullTrustAssembly Method

Definition

Adds a 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.

Overloads

AddFullTrustAssembly(StrongName)
Obsolete.
Obsolete.

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.

AddFullTrustAssembly(StrongNameMembershipCondition)
Obsolete.
Obsolete.

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.

AddFullTrustAssembly(StrongName)

Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs

Caution

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.

Caution

This API is now deprecated.

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.

C#
[System.Obsolete("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.")]
public void AddFullTrustAssembly(System.Security.Policy.StrongName sn);
C#
public void AddFullTrustAssembly(System.Security.Policy.StrongName sn);
C#
[System.Obsolete]
public void AddFullTrustAssembly(System.Security.Policy.StrongName sn);

Parameters

sn
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.

Attributes

Exceptions

The sn parameter is null.

The StrongName specified by the sn parameter already has full trust.

Remarks

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.

See also

Applies to

.NET 10 (package-provided) and other versions
Product Versions (Obsolete)
.NET (8 (package-provided), 9 (package-provided), 10 (package-provided))
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)
.NET Standard 2.0 (package-provided)
Windows Desktop (3.0, 3.1, 5, 6, 7, 8, 9, 10)

AddFullTrustAssembly(StrongNameMembershipCondition)

Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs
Source:
PolicyLevel.cs

Caution

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.

Caution

This API is now deprecated.

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.

C#
[System.Obsolete("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.")]
public void AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition snMC);
C#
public void AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition snMC);
C#
[System.Obsolete]
public void AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition snMC);

Parameters

snMC
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.

Attributes

Exceptions

The snMC parameter is null.

The StrongNameMembershipCondition specified by the snMC parameter already has full trust.

Remarks

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.

See also

Applies to

.NET 10 (package-provided) and other versions
Product Versions (Obsolete)
.NET (8 (package-provided), 9 (package-provided), 10 (package-provided))
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)
.NET Standard 2.0 (package-provided)
Windows Desktop (3.0, 3.1, 5, 6, 7, 8, 9, 10)