PolicyLevel.AddFullTrustAssembly 메서드

정의

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록에 StrongNameMembershipCondition을 추가합니다.

오버로드

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

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록에 지정된 StrongName에 해당하는 StrongNameMembershipCondition을 추가합니다.

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

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록에 지정된 StrongNameMembershipCondition을 추가합니다.

AddFullTrustAssembly(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.

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록에 지정된 StrongName에 해당하는 StrongNameMembershipCondition을 추가합니다.

public:
 void AddFullTrustAssembly(System::Security::Policy::StrongName ^ sn);
[System.Obsolete]
public void AddFullTrustAssembly (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 AddFullTrustAssembly (System.Security.Policy.StrongName sn);
public void AddFullTrustAssembly (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 AddFullTrustAssembly (System.Security.Policy.StrongName sn);
[<System.Obsolete>]
member this.AddFullTrustAssembly : 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.AddFullTrustAssembly : System.Security.Policy.StrongName -> unit
member this.AddFullTrustAssembly : 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.AddFullTrustAssembly : System.Security.Policy.StrongName -> unit
Public Sub AddFullTrustAssembly (sn As StrongName)

매개 변수

sn
StrongName

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongName 개체의 목록에 추가할 StrongNameMembershipCondition을 만들기 위해 사용하는 StrongNameMembershipCondition입니다.

특성

예외

sn 매개 변수가 null인 경우

sn 매개 변수에서 지정한 StrongName가 이미 완전히 신뢰된 경우

설명

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

추가 정보

적용 대상

AddFullTrustAssembly(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 개체의 목록에 지정된 StrongNameMembershipCondition을 추가합니다.

public:
 void AddFullTrustAssembly(System::Security::Policy::StrongNameMembershipCondition ^ snMC);
[System.Obsolete]
public void AddFullTrustAssembly (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 AddFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
public void AddFullTrustAssembly (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 AddFullTrustAssembly (System.Security.Policy.StrongNameMembershipCondition snMC);
[<System.Obsolete>]
member this.AddFullTrustAssembly : 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.AddFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
member this.AddFullTrustAssembly : 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.AddFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
Public Sub AddFullTrustAssembly (snMC As StrongNameMembershipCondition)

매개 변수

snMC
StrongNameMembershipCondition

어셈블리가 확인해서는 안 될 어셈블리 그룹의 멤버인지 여부를 확인하는 데 사용되는 StrongNameMembershipCondition 개체의 목록에 추가할 StrongNameMembershipCondition입니다.

특성

예외

snMC 매개 변수가 null인 경우

snMC 매개 변수에서 지정한 StrongNameMembershipCondition가 이미 완전히 신뢰된 경우

설명

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

추가 정보

적용 대상