메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
EnhancedSecurity ( ) : System |
Static constructor
|
|
GetFormsAuthStatus ( ) : FormsAuthenticationStatus | ||
SetFormsAuthStatus ( FormsAuthenticationStatus status ) : void |
public static DelayCryptographicExceptionResponse ( ) : void | ||
리턴 | void |