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

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

Private Properties

Свойство Type Description
FromNonce Nonce

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.

ToString ( ) : string

Returns a System.String that represents the current Nonce.

Private Methods

Méthode Description
FromNonce ( Database nonce ) : Nonce

Create a new nonce from a database 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

ToString() public méthode

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