PolicyLevel.RemoveFullTrustAssembly 메서드

정의

정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 어셈블리를 제거합니다.

오버로드

RemoveFullTrustAssembly(StrongName)
사용되지 않습니다.
사용되지 않습니다.
사용되지 않습니다.

정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongName의 어셈블리를 제거합니다.

RemoveFullTrustAssembly(StrongNameMembershipCondition)
사용되지 않습니다.
사용되지 않습니다.
사용되지 않습니다.

정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongNameMembershipCondition의 어셈블리를 제거합니다.

RemoveFullTrustAssembly(StrongName)

주의

이 API는 이제 사용되지 않습니다.

주의

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.

주의

All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.

정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongName의 어셈블리를 제거합니다.

public:
 void RemoveFullTrustAssembly(System::Security::Policy::StrongName ^ sn);
[System.Obsolete]
public void RemoveFullTrustAssembly (System.Security.Policy.StrongName sn);
[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 RemoveFullTrustAssembly (System.Security.Policy.StrongName sn);
public void RemoveFullTrustAssembly (System.Security.Policy.StrongName sn);
[System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")]
public void RemoveFullTrustAssembly (System.Security.Policy.StrongName sn);
[<System.Obsolete>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
[<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.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
[<System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
Public Sub RemoveFullTrustAssembly (sn As StrongName)

매개 변수

sn
StrongName

정책을 확인하는 데 사용되는 어셈블리 목록에서 제거할 어셈블리의 StrongName입니다.

특성

예외

sn 매개 변수가 null인 경우

sn 매개 변수에서 지정한 StrongName의 어셈블리가 완전히 신뢰되지 않은 경우

설명

RemoveFullTrustAssembly 완전 신뢰 어셈블리 목록이 해당 버전에서 사용되지 않으므로 이 메서드는 .NET Framework 버전 2.0 이상에서 지원되지 않습니다.

적용 대상

RemoveFullTrustAssembly(StrongNameMembershipCondition)

주의

이 API는 이제 사용되지 않습니다.

주의

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.

주의

All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.

정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongNameMembershipCondition의 어셈블리를 제거합니다.

public:
 void RemoveFullTrustAssembly(System::Security::Policy::StrongNameMembershipCondition ^ snMC);
[System.Obsolete]
public void RemoveFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
[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 RemoveFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
public void RemoveFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
[System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")]
public void RemoveFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
[<System.Obsolete>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
[<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.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
[<System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
Public Sub RemoveFullTrustAssembly (snMC As StrongNameMembershipCondition)

매개 변수

snMC
StrongNameMembershipCondition

정책을 확인하는 데 사용되는 어셈블리 목록에서 제거할 어셈블리의 StrongNameMembershipCondition입니다.

특성

예외

snMC 매개 변수가 null인 경우

snMC 매개 변수에서 지정한 StrongNameMembershipCondition이 완전히 신뢰되지 않은 경우

설명

RemoveFullTrustAssembly 완전 신뢰 어셈블리 목록이 해당 버전에서 사용되지 않으므로 이 메서드는 .NET Framework 버전 2.0 이상에서 지원되지 않습니다.

적용 대상