C# Class SipSharp.Servers.Registrar.NonceManager

Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
Create ( ) : string

Gets the current nonce.

IsValid ( string value ) : bool

determines if the nonce is valid or has expired.

NonceManager ( ) : System

Private Methods

Méthode Description
RemoveOld ( object state ) : void

Method Details

Create() public méthode

Gets the current nonce.
public Create ( ) : string
Résultat string

IsValid() public méthode

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

NonceManager() public méthode

public NonceManager ( ) : System
Résultat System