C# Class Glipho.OAuth.Providers.Database.Nonce

Afficher le fichier Open project: Glipho/oauth-providers Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Nonce nonce ) : bool

Determines whether the specified Nonce is equal to the current Nonce.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current Nonce.

GetHashCode ( ) : int

Serves as a hash function for a Nonce.

Nonce ( ) : System

Initialises a new instance of the Nonce class.

Nonce ( string context, string code, System.DateTime issued, System.DateTime expires ) : System

Initialises a new instance of the Nonce class.

ToString ( ) : string

Returns a System.String that represents the current Nonce.

Method Details

Equals() public méthode

Determines whether the specified Nonce is equal to the current Nonce.
public Equals ( Nonce nonce ) : bool
nonce Nonce The to compare with the current .
Résultat bool

Equals() public méthode

Determines whether the specified System.Object is equal to the current Nonce.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a Nonce.
public GetHashCode ( ) : int
Résultat int

Nonce() public méthode

Initialises a new instance of the Nonce class.
public Nonce ( ) : System
Résultat System

Nonce() public méthode

Initialises a new instance of the Nonce class.
public Nonce ( string context, string code, System.DateTime issued, System.DateTime expires ) : System
context string The context.
code string The code.
issued System.DateTime The issued.
expires System.DateTime The expires.
Résultat System

ToString() public méthode

Returns a System.String that represents the current Nonce.
public ToString ( ) : string
Résultat string