Click or drag to resize

GenericAuthenticationProviderAuthenticate Method

Overload List
  NameDescription
Public methodAuthenticate(String, Int64)
The implementing class should authenticate the user using the provided token, create and populate a UserContext object adding profiles when an item in the profileRoles collection is supported for this user. If the authentication fails, the implementing class can return a null UserContext object or throw a custom exception.
Public methodAuthenticate(String, String, NameValueCollection, Int64)
This class authenticates the user always, regardless of the user or password.
Top
See Also