C# Class OfficeDevPnP.PartnerPack.Infrastructure.SessionADALCache

Inheritance: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
Afficher le fichier Open project: OfficeDev/PnP-Partner-Pack

Méthodes publiques

Méthode Description
Clear ( ) : void
DeleteItem ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem item ) : void
Load ( ) : void
Persist ( ) : void
SessionADALCache ( string userId ) : System

Private Methods

Méthode Description
AfterAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DeleteItem() public méthode

public DeleteItem ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem item ) : void
item Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

Persist() public méthode

public Persist ( ) : void
Résultat void

SessionADALCache() public méthode

public SessionADALCache ( string userId ) : System
userId string
Résultat System