C# Class CloudAppSharp.Auth.DigestChallenge

Show file Open project: rzhw/CloudAppSharp Class Usage Examples

Public Properties

Property Type Description
CNonce string
HashType string
Opaque string
Qop bool
Realm string

Public Methods

Method Description
DigestChallenge ( string challenge ) : System
IncreaseNonce ( ) : void
UpdateNonce ( string challenge ) : void

Private Methods

Method Description
GetInQuotes ( string original, int start ) : string
GetToComma ( string original, int start ) : string

Method Details

DigestChallenge() public method

public DigestChallenge ( string challenge ) : System
challenge string
return System

IncreaseNonce() public method

public IncreaseNonce ( ) : void
return void

UpdateNonce() public method

public UpdateNonce ( string challenge ) : void
challenge string
return void

Property Details

CNonce public property

public string CNonce
return string

HashType public property

public string HashType
return string

Opaque public property

public string Opaque
return string

Qop public property

public bool Qop
return bool

Realm public property

public string Realm
return string