C# 클래스 Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache

An implementation of the Adal token cache that stores the cache items in the DPAPI-protected file.
상속: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ProtectedFileTokenCache ( string cacheFile ) : Microsoft.IdentityModel.Clients.ActiveDirectory

비공개 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ProtectedFileTokenCache() 공개 메소드

public ProtectedFileTokenCache ( string cacheFile ) : Microsoft.IdentityModel.Clients.ActiveDirectory
cacheFile string
리턴 Microsoft.IdentityModel.Clients.ActiveDirectory