Click or drag to resize

EmergencyLockoutValidateIdentities Method

Validate that the identities selected in the identities ref property in one of the emergency lockout processes, is valid according to the filterings on the view. This is to prevent tampering of clientside identityids, as the identitystatus of the identities are changed in the context of the SYSTEM user.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void ValidateIdentities(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
See Also