PolicyLevel.RemoveFullTrustAssembly 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 어셈블리를 제거합니다.
오버로드
RemoveFullTrustAssembly(StrongName) |
사용되지 않음.
사용되지 않음.
정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongName의 어셈블리를 제거합니다. |
RemoveFullTrustAssembly(StrongNameMembershipCondition) |
사용되지 않음.
사용되지 않음.
정책 수준이 정책을 확인하는 데 사용하는 어셈블리 목록에서 지정된 StrongNameMembershipCondition의 어셈블리를 제거합니다. |
RemoveFullTrustAssembly(StrongName)
- 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
인 경우
sn
매개 변수에서 지정한 StrongName의 어셈블리가 완전히 신뢰되지 않은 경우
설명
완전 신뢰 어셈블리 목록이 해당 버전에서 사용되지 않으므로 메서드는 RemoveFullTrustAssembly .NET Framework 버전 2.0 이상에서 지원되지 않습니다.
적용 대상
RemoveFullTrustAssembly(StrongNameMembershipCondition)
- 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
인 경우
snMC
매개 변수에서 지정한 StrongNameMembershipCondition이 완전히 신뢰되지 않은 경우
설명
완전 신뢰 어셈블리 목록이 해당 버전에서 사용되지 않으므로 메서드는 RemoveFullTrustAssembly .NET Framework 버전 2.0 이상에서 지원되지 않습니다.
적용 대상
.NET