SecurityCallContext.IsSecurityEnabled 속성

정의

현재 컨텍스트에서 보안 검사가 활성화되는지 여부를 확인합니다.

public:
 property bool IsSecurityEnabled { bool get(); };
public bool IsSecurityEnabled { get; }
member this.IsSecurityEnabled : bool
Public ReadOnly Property IsSecurityEnabled As Boolean

속성 값

현재 컨텍스트에서 보안 검사가 활성화되면 true이고, 그렇지 않으면 false입니다.

적용 대상