Properties
- CutoffMaximumInstances - Optional maximum number of postbacks to allow by a single IP address within the cutoff window
- CutoffWindowSeconds - Optional number of seconds specifying the length of the cutoff window that tracks previous postbacks from each IP address
- ResponseMinimumDelaySeconds - Optional minimum number of seconds before which a response (postback) is considered valid
Methods
- EmptyUserAddressCache() - Clears the user address cache
- GetCopyOfUserAddressCache() - Returns a copy of the user address cache
- IsValid(state) - Returns whether or not the user is valid
- IsValid() - Returns whether or not the user is valid
Events
- GenerateChallengeAndResponse - An optional EventHandler providing a custom implementation of the challenge/response code