C# Class CloudAppSharp.Auth.DigestChallenge

显示文件 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_oe property

public string CNonce
return string

HashType public_oe property

public string HashType
return string

Opaque public_oe property

public string Opaque
return string

Qop public_oe property

public bool Qop
return bool

Realm public_oe property

public string Realm
return string