다음을 통해 공유


IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed 메서드

정의

구성 섹션에서 완전히 신뢰된 코드 액세스 보안 수준이 필요하고 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

매개 변수

반환

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

적용 대상