C# Класс Glipho.OAuth.Providers.Database.Mongo.Nonce

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FromNonce Nonce

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
FromNonce ( Database nonce ) : Nonce

Create a new nonce from a database nonce.

Описание методов

Equals() публичный Метод

Determines whether the specified Nonce is equal to the current Nonce.
public Equals ( Nonce nonce ) : bool
nonce Nonce The to compare with the current .
Результат bool

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a Nonce.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents the current Nonce.
public ToString ( ) : string
Результат string