[This is preliminary documentation and is subject to change.]

If the check has passed, return true. See SecurityChecks

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public delegate bool SecurityCheckDelegate(
	Object permissionAttribute
)

Parameters

permissionAttribute
Type: System..::.Object
A PermissionAttribute. E.g. FileIOPermissionAttribute

See Also