C# Class SipSharp.Servers.Registrar.NonceManager

显示文件 Open project: jgauffin/SipSharp

Public Methods

Method Description
Create ( ) : string

Gets the current nonce.

IsValid ( string value ) : bool

determines if the nonce is valid or has expired.

NonceManager ( ) : System

Private Methods

Method Description
RemoveOld ( object state ) : void

Method Details

Create() public method

Gets the current nonce.
public Create ( ) : string
return string

IsValid() public method

determines if the nonce is valid or has expired.
public IsValid ( string value ) : bool
value string nonce value (check wikipedia for info)
return bool

NonceManager() public method

public NonceManager ( ) : System
return System