|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Basic authentication.
| Field Summary | |
|---|---|
| string | crypt |
| string | password |
| string | realm |
| string | user |
| Fields inherited from class ClintHeyer.Httpd.Lock |
|---|
| scheme |
| Constructor Summary | |
|---|---|
|
BasicLock(string realm, string user, string password) Constructor |
|
| Property Summary | |
|---|---|
| string |
Realm
Gets the realm |
| Method Summary | |
|---|---|
| string |
GetAuthString(ClintHeyer.Httpd.HttpRequest request) Gets the auth string to send to client |
| bool |
Unlock(ClintHeyer.Httpd.HttpRequest request, object key) Unlock a resource |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
private string crypt
private string password
private string realm
private string user
| Constructor Detail |
|---|
public BasicLock(string realm,
string user,
string password)
Constructor
Parameters:
realm - Realmuser - Userpassword - Password| Property Detail |
|---|
public string Realm
Gets the realm
| Method Detail |
|---|
public string GetAuthString(ClintHeyer.Httpd.HttpRequest request)
Gets the auth string to send to client
Parameters:
request - public bool Unlock(ClintHeyer.Httpd.HttpRequest request,
object key)
Unlock a resource
Parameters:
request - Requestkey - Key
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||