PolicyLevel.AddFullTrustAssembly Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přidá objekt StrongNameMembershipCondition do seznamu StrongNameMembershipCondition objektů, které slouží k určení, zda je sestavení členem skupiny sestavení, které by neměly být vyhodnoceny.
Přetížení
AddFullTrustAssembly(StrongName) |
Zastaralé.
Zastaralé.
StrongNameMembershipCondition Přidá odpovídající zadaný StrongName do seznamu StrongNameMembershipCondition objektů použitých k určení, zda je sestavení členem skupiny sestavení, které by neměly být vyhodnoceny. |
AddFullTrustAssembly(StrongNameMembershipCondition) |
Zastaralé.
Zastaralé.
Přidá zadaný StrongNameMembershipCondition objekt do seznamu StrongNameMembershipCondition objektů použitých k určení, zda je sestavení členem skupiny sestavení, které by neměly být vyhodnoceny. |
AddFullTrustAssembly(StrongName)
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
Upozornění
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.
Upozornění
Toto rozhraní API je teď zastaralé.
StrongNameMembershipCondition Přidá odpovídající zadaný StrongName do seznamu StrongNameMembershipCondition objektů použitých k určení, zda je sestavení členem skupiny sestavení, které by neměly být vyhodnoceny.
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]
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.")>]
member this.AddFullTrustAssembly : System.Security.Policy.StrongName -> unit
member this.AddFullTrustAssembly : System.Security.Policy.StrongName -> unit
[<System.Obsolete>]
member this.AddFullTrustAssembly : System.Security.Policy.StrongName -> unit
Public Sub AddFullTrustAssembly (sn As StrongName)
Parametry
- sn
- StrongName
Slouží StrongName k vytvoření objektu StrongNameMembershipCondition pro přidání do seznamu StrongNameMembershipCondition objektů použitých k určení, zda je sestavení členem skupiny sestavení, která by neměla být vyhodnocena.
- Atributy
Výjimky
Parametr sn
je null
.
Parametr StrongName určený parametrem sn
již má úplný vztah důvěryhodnosti.
Poznámky
Metoda AddFullTrustAssembly není podporována ve verzi 2.0 nebo novější rozhraní .NET Framework, protože seznam sestavení s úplným vztahem důvěryhodnosti se v těchto verzích nepoužívá.
Viz také
Platí pro
AddFullTrustAssembly(StrongNameMembershipCondition)
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
- Zdroj:
- PolicyLevel.cs
Upozornění
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.
Upozornění
Toto rozhraní API je teď zastaralé.
Přidá zadaný StrongNameMembershipCondition objekt do seznamu StrongNameMembershipCondition objektů použitých k určení, zda je sestavení členem skupiny sestavení, které by neměly být vyhodnoceny.
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]
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.")>]
member this.AddFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
member this.AddFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
[<System.Obsolete>]
member this.AddFullTrustAssembly : System.Security.Policy.StrongNameMembershipCondition -> unit
Public Sub AddFullTrustAssembly (snMC As StrongNameMembershipCondition)
Parametry
Chcete-li StrongNameMembershipCondition přidat do seznamu StrongNameMembershipCondition objektů sloužících k určení, zda je sestavení členem skupiny sestavení, která by neměla být vyhodnocena.
- Atributy
Výjimky
Parametr snMC
je null
.
Parametr StrongNameMembershipCondition určený parametrem snMC
již má úplný vztah důvěryhodnosti.
Poznámky
Metoda AddFullTrustAssembly není podporována ve verzi 2.0 nebo novější rozhraní .NET Framework, protože seznam sestavení s úplným vztahem důvěryhodnosti se v těchto verzích nepoužívá.