Determines whether or not this service will need user defined authentication.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool NeedsAuthentication()
Visual Basic (Declaration)
Function NeedsAuthentication As Boolean
Visual C++
bool NeedsAuthentication()

Return Value

true if the service should authenticate or get credentials from the user, otherwise false.

See Also