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