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

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

공개 메소드들

메소드 설명
Equals ( IssuedToken token ) : bool

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

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Serves as a hash function for a IssuedToken.

ToString ( ) : string

Returns a System.String that represents the current IssuedToken.

보호된 메소드들

메소드 설명
IssuedToken ( ) : System

Initialises a new instance of the IssuedToken class.

메소드 상세

Equals() 공개 메소드

Determines whether the specified IssuedToken is equal to the current IssuedToken.
public Equals ( IssuedToken token ) : bool
token IssuedToken The to compare with the current .
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current IssuedToken.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a IssuedToken.
public GetHashCode ( ) : int
리턴 int

IssuedToken() 보호된 메소드

Initialises a new instance of the IssuedToken class.
protected IssuedToken ( ) : System
리턴 System

ToString() 공개 메소드

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