C# 클래스 Glipho.OAuth.Providers.Database.Nonce

파일 보기 프로젝트 열기: Glipho/oauth-providers 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

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

Nonce() 공개 메소드

Initialises a new instance of the Nonce class.
public Nonce ( ) : System
리턴 System

Nonce() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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