C# 클래스 Microsoft.Identity.Client.Internal.TokenCacheKey

TokenCacheKey can be used with Linq to access items from the TokenCache dictionary.
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( TokenCacheKey other ) : bool

Determines whether the specified TokenCacheKey is equal to the current object.

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Returns the hash code for this TokenCacheKey.

ScopeIntersects ( HashSet otherScope ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
Equals ( string string1, string string2 ) : bool
ScopeContains ( HashSet otherScope ) : bool
ScopeEquals ( HashSet otherScope ) : bool
TokenCacheKey ( string authority, HashSet scope, string clientId, User user ) : System
TokenCacheKey ( string authority, HashSet scope, string clientId, User user, string policy ) : System
TokenCacheKey ( string authority, HashSet scope, string clientId, string uniqueId, string displayableId, string homeObjectId ) : System
TokenCacheKey ( string authority, HashSet scope, string clientId, string uniqueId, string displayableId, string homeObjectId, string policy ) : System

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Returns the hash code for this TokenCacheKey.
public GetHashCode ( ) : int
리턴 int

ScopeIntersects() 공개 메소드

public ScopeIntersects ( HashSet otherScope ) : bool
otherScope HashSet
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string