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

プロパティ値

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

属性

注釈

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

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

適用対象