IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成セクションに完全に信頼されたコード アクセス セキュリティ レベルが必要であり、 AllowPartiallyTrustedCallersAttribute 属性で暗黙的なリンク要求を無効にできないかどうかを示す値を返します。
public:
bool IsFullTrustSectionWithoutAptcaAllowed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public Function IsFullTrustSectionWithoutAptcaAllowed (configRecord As IInternalConfigRecord) As Boolean
パラメーター
- configRecord
- IInternalConfigRecord
IInternalConfigRecord オブジェクトです。
返品
true 構成セクションで完全に信頼されたコード アクセス セキュリティ レベルが必要であり、 AllowPartiallyTrustedCallersAttribute 属性で暗黙的なリンク要求を無効にできない場合は false。