PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the request needs basic authentication

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public static bool IsBasicAuthenticationRequest(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function IsBasicAuthenticationRequest ( _
	context As  _
) As 

Parameters

context
HttpContext
The context.

Return Value

true if [is basic authentication request] [the specified context]; otherwise, false.

See Also

Advanced