C# Класс Microsoft.Identity.Client.Internal.TokenCacheKey

TokenCacheKey can be used with Linq to access items from the TokenCache dictionary.
Показать файл Открыть проект Примеры использования класса

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

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