PolicyLevel.FullTrustAssemblies 속성

정의

주의

이 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:
 property System::Collections::IList ^ FullTrustAssemblies { System::Collections::IList ^ get(); };
[System.Obsolete]
public System.Collections.IList FullTrustAssemblies { get; }
[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 System.Collections.IList FullTrustAssemblies { get; }
public System.Collections.IList FullTrustAssemblies { get; }
[System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")]
public System.Collections.IList FullTrustAssemblies { get; }
[<System.Obsolete>]
member this.FullTrustAssemblies : System.Collections.IList
[<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.FullTrustAssemblies : System.Collections.IList
member this.FullTrustAssemblies : System.Collections.IList
[<System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")>]
member this.FullTrustAssemblies : System.Collections.IList
Public ReadOnly Property FullTrustAssemblies As IList

속성 값

IList

어셈블리가 보안 정책을 확인하기 위해 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록입니다. 목록에 없는 어셈블리의 보안 정책을 확인하는 동안 이러한 어셈블리를 완전히 신뢰합니다.

특성

설명

FullTrustAssemblies 은 목록에 없는 어셈블리의 보안 정책 평가 중에 완전 신뢰가 부여되지만 보안 정책 시스템에서 직접 평가할 때 자동으로 완전 신뢰가 부여되지는 않습니다.

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

적용 대상