TrustSection.HostSecurityPolicyResolverType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムのセキュリティ ポリシー解決の種類を取得または設定します。
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
プロパティ値
カスタムのセキュリティ ポリシー解決の種類。
- 属性
注釈
空の文字列の場合HostSecurityPolicyResolverType、アプリケーションは既定 ASP.NET ポリシーを使用してアセンブリのアクセス許可を決定します。 アクセス許可を評価するための既定のポリシーは、グローバル アセンブリ キャッシュ (GAC) アセンブリに完全信頼を付与し、他のアセンブリに部分信頼を付与します。
この属性を値に null
設定することはできません。