Skip to content

BasicAuthenticationHandler

pedroreys edited this page May 11, 2012 · 1 revision

This handler implements HTTP Basic Authentication per RFC2617

The BasicAuthenticationHandler is an abstract class, thus in order to use it one will have to create a derived class of it.

Custom Basic Authentication Handler implementation

The BasicAuthenticationHandler is a abstract class, so in order to use it, you will have to create a type that derives from it.

TODO