C# 클래스 Microsoft.Alm.Authentication.VstsAdalTokenCache

상속: IdentityModel.Clients.ActiveDirectory.TokenCache
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 메소드들

메소드 설명
VstsAdalTokenCache ( ) : System

Default constructor.

VstsAdalTokenCache ( byte state ) : System

Constructor receiving state of the cache.

비공개 메소드들

메소드 설명
AfterAccessNotification ( TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( TokenCacheNotificationArgs args ) : void

메소드 상세

VstsAdalTokenCache() 공개 메소드

Default constructor.
public VstsAdalTokenCache ( ) : System
리턴 System

VstsAdalTokenCache() 공개 메소드

Constructor receiving state of the cache.
public VstsAdalTokenCache ( byte state ) : System
state byte Current state of the cache as a blob.
리턴 System