DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed メソッド

定義

構成セクションに完全に信頼されたコード アクセス セキュリティ レベルが必要であり、 AllowPartiallyTrustedCallersAttribute 属性で暗黙的なリンク要求を無効にできないかどうかを示す値を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual bool IsFullTrustSectionWithoutAptcaAllowed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public virtual bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
override this.IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public Overridable Function IsFullTrustSectionWithoutAptcaAllowed (configRecord As IInternalConfigRecord) As Boolean

パラメーター

configRecord
IInternalConfigRecord

IInternalConfigRecord オブジェクトです。

返品

true 構成セクションで完全に信頼されたコード アクセス セキュリティ レベルが必要であり、 AllowPartiallyTrustedCallersAttribute 属性で暗黙的なリンク要求を無効にできない場合は false

実装

適用対象