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 値に設定することはできません。