C# 클래스 OfficeDevPnP.PartnerPack.Infrastructure.SessionADALCache

상속: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
파일 보기 프로젝트 열기: OfficeDev/PnP-Partner-Pack

공개 메소드들

메소드 설명
Clear ( ) : void
DeleteItem ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem item ) : void
Load ( ) : void
Persist ( ) : void
SessionADALCache ( string userId ) : System

비공개 메소드들

메소드 설명
AfterAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DeleteItem() 공개 메소드

public DeleteItem ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem item ) : void
item Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

Persist() 공개 메소드

public Persist ( ) : void
리턴 void

SessionADALCache() 공개 메소드

public SessionADALCache ( string userId ) : System
userId string
리턴 System