IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出組態區段是否需要完全信任的程式碼存取安全性層級,而且不允許 AllowPartiallyTrustedCallersAttribute 屬性停用隱含連結 (Implicit Link) 要求。
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
傳回
如果組態區段需要完全信任的程式碼存取安全性層級,而且不允許 AllowPartiallyTrustedCallersAttribute 屬性停用隱含連結要求,則為 true
,否則為 false
。