Checks authorization for the given operation context based on default policy evaluation.

Namespace: Novalys.VisualGuard.Security.WebService
Assembly: Novalys.VisualGuard.Security.WebService (in Novalys.VisualGuard.Security.WebService.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
protected override bool CheckAccessCore(
	OperationContext operationContext
)
Visual Basic
Protected Overrides Function CheckAccessCore ( 
	operationContext As OperationContext
) As Boolean

Parameters

operationContext
Type: System.ServiceModel..::..OperationContext
The System.ServiceModel.OperationContext for the current authorization request.

Return Value

Type: Boolean
true if access is granted; otherwise, false. The default is true.

See Also