PolicyLevel.RemoveFullTrustAssembly 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
정책 수준에서 정책을 평가하는 데 사용하는 어셈블리 목록에서 어셈블리를 제거합니다.
오버로드
| Name | Description |
|---|---|
| RemoveFullTrustAssembly(StrongName) |
사용되지 않음.
사용되지 않음.
정책 수준에서 정책을 평가하는 데 사용하는 어셈블리 목록에서 지정된 StrongName 어셈블리를 제거합니다. |
| RemoveFullTrustAssembly(StrongNameMembershipCondition) |
사용되지 않음.
사용되지 않음.
정책 수준에서 정책을 평가하는 데 사용하는 어셈블리 목록에서 지정된 StrongNameMembershipCondition 어셈블리를 제거합니다. |
RemoveFullTrustAssembly(StrongName)
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
주의
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.
주의
이 API는 이제 사용되지 않습니다.
정책 수준에서 정책을 평가하는 데 사용하는 어셈블리 목록에서 지정된 StrongName 어셈블리를 제거합니다.
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]
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.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
[<System.Obsolete>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongName -> unit
Public Sub RemoveFullTrustAssembly (sn As StrongName)
매개 변수
- sn
- StrongName
StrongName 정책을 평가하는 데 사용되는 어셈블리 목록에서 제거할 어셈블리의 값입니다.
- 특성
예외
매개 변수는 sn .입니다 null.
매개 변수에 StrongName 지정된 어셈블리에 sn 완전 신뢰가 없습니다.
설명
전체 신뢰 어셈블리 목록은 해당 버전에서 사용되지 않으므로 RemoveFullTrustAssembly 메서드는 .NET Framework 버전 2.0 이상에서 지원되지 않습니다.
적용 대상
RemoveFullTrustAssembly(StrongNameMembershipCondition)
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
- Source:
- PolicyLevel.cs
주의
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.
주의
이 API는 이제 사용되지 않습니다.
정책 수준에서 정책을 평가하는 데 사용하는 어셈블리 목록에서 지정된 StrongNameMembershipCondition 어셈블리를 제거합니다.
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]
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.")>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
[<System.Obsolete>]
member this.RemoveFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
Public Sub RemoveFullTrustAssembly (snMC As StrongNameMembershipCondition)
매개 변수
StrongNameMembershipCondition 정책을 평가하는 데 사용되는 어셈블리 목록에서 제거할 어셈블리의 값입니다.
- 특성
예외
매개 변수는 snMC .입니다 null.
StrongNameMembershipCondition 매개 변수에 snMC 지정된 모든 신뢰가 없습니다.
설명
전체 신뢰 어셈블리 목록은 해당 버전에서 사용되지 않으므로 RemoveFullTrustAssembly 메서드는 .NET Framework 버전 2.0 이상에서 지원되지 않습니다.