다음을 통해 공유


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

매개 변수

반환

구성 섹션에서 완전히 신뢰된 코드 액세스 보안 수준이 필요하고 AllowPartiallyTrustedCallersAttribute 특성을 통해 암시적 링크 요청을 사용하지 않는 것을 허용하지 않으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상