C# Class Microsoft.Identity.Client.Internal.TokenCacheKey

TokenCacheKey can be used with Linq to access items from the TokenCache dictionary.
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

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.
Résultat bool

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this TokenCacheKey.
public GetHashCode ( ) : int
Résultat int

ScopeIntersects() public méthode

public ScopeIntersects ( HashSet otherScope ) : bool
otherScope HashSet
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string