Click or drag to resize

SecurityPolicyEvaluate Method

Evaluates the evaluationContext and initializes security.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public virtual bool Evaluate(
	EvaluationContext evaluationContext,
	ref Object state
)
View Source

Parameters

evaluationContext  EvaluationContext
An EvaluationContext object.
state  Object
Custom state of the SecurityPolicy.

Return Value

Boolean

Implements

IAuthorizationPolicyEvaluate(EvaluationContext, Object)
See Also