TrustSection.HostSecurityPolicyResolverType Vlastnost

Definice

Získá nebo nastaví vlastní typ řešení zásad zabezpečení.

public:
 property System::String ^ HostSecurityPolicyResolverType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("hostSecurityPolicyResolverType", DefaultValue="")]
public string HostSecurityPolicyResolverType { get; set; }
[<System.Configuration.ConfigurationProperty("hostSecurityPolicyResolverType", DefaultValue="")>]
member this.HostSecurityPolicyResolverType : string with get, set
Public Property HostSecurityPolicyResolverType As String

Hodnota vlastnosti

Typ vlastního řešení zásad zabezpečení.

Atributy

Poznámky

Pokud je HostSecurityPolicyResolverType prázdný řetězec, aplikace použije k určení oprávnění sestavení výchozí zásady ASP.NET. Výchozí zásada pro vyhodnocení oprávnění uděluje úplný vztah důvěryhodnosti sestavení GAC (Global Assembly Cache) sestavení a částečný vztah důvěryhodnosti k ostatním sestavením.

Tento atribut nelze nastavit na null hodnotu.

Platí pro