次の方法で共有


TrustSection.HostSecurityPolicyResolverType プロパティ

定義

カスタムのセキュリティ ポリシー解決の種類を取得または設定します。

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

プロパティ値

String

カスタムのセキュリティ ポリシー解決の種類。

属性

注釈

空の文字列の場合HostSecurityPolicyResolverType、アプリケーションは既定 ASP.NET ポリシーを使用してアセンブリのアクセス許可を決定します。 アクセス許可を評価するための既定のポリシーは、グローバル アセンブリ キャッシュ (GAC) アセンブリに完全信頼を付与し、他のアセンブリに部分信頼を付与します。

この属性を値に null 設定することはできません。

適用対象