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 オブジェクト。
戻り値
構成セクションで完全に信頼できるコード アクセス セキュリティ レベルを要求し、AllowPartiallyTrustedCallersAttribute 属性で暗黙のリンク確認要求を無効にできないようにする場合は true
。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET