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

ファイルを表示 Open project: Glipho/oauth-providers Class Usage Examples

Private Properties

Property Type Description
FromNonce Nonce

Public Methods

Method 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

Method Description
FromNonce ( Database nonce ) : Nonce

Create a new nonce from a database nonce.

Method Details

Equals() public method

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

Equals() public method

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 .
return bool

GetHashCode() public method

Serves as a hash function for a Nonce.
public GetHashCode ( ) : int
return int

ToString() public method

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