Click or drag to resize
IAccessContextTScopeIntersectRequiredScopeWith Method
Reduces the access scope of the current instance to the intersection of the current RequiredScope with maximumAccessScope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
void IntersectRequiredScopeWith(
	TScope maximumAccessScope
)

Parameters

maximumAccessScope
Type: TScope
The access scope RequiredScope is intersected with.
See Also