Method | Description | |
---|---|---|
DelayCryptographicExceptionResponse ( ) : void |
Delay the execution of a request that caused a CryptographicException by a random amount of time between MinimumDelayOnCryptographicException and MaximumDelayOnCryptographicException
|
|
DelayMaliciousResponse ( ) : void |
Delay the execution of the malicious request by a random amount of time between MinimumDelayOnMaliciousRequest and MaximumDelayOnMaliciousRequest
|
|
DelaySuspiciousResponse ( ) : void |
Delay the execution of the suspicious request by a random amount of time between MinimumDelayOnSuspiciousRequest and MaximumDelayOnSuspiciousRequest
|
|
Initialize ( ) : void |
Initializes configuration-related properties and validates configuration.
|
Method | Description | |
---|---|---|
EnhancedSecurity ( ) : System |
Static constructor
|
|
GetFormsAuthStatus ( ) : FormsAuthenticationStatus | ||
SetFormsAuthStatus ( FormsAuthenticationStatus status ) : void |
public static DelayCryptographicExceptionResponse ( ) : void | ||
return | void |
public static DelayMaliciousResponse ( ) : void | ||
return | void |
public static DelaySuspiciousResponse ( ) : void | ||
return | void |