C# 클래스 Hummingbird.Core.CredentialManager

파일 보기 프로젝트 열기: Microsoft/hummingbird 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CredentialManager System
GetUserCredentials Hummingbird.Models.UserCredentials
ReadFromLocalAppdata byte[]
StoreUserCredentials bool
WriteToLocalAppData bool

비공개 메소드들

메소드 설명
CredentialManager ( ) : System
GetUserCredentials ( ) : UserCredentials

Decrypts the user credentials stored locally.

ReadFromLocalAppdata ( ) : byte[]

Read teh binary representation of the credentials file.

StoreUserCredentials ( string userName, string password ) : bool

Encrypts and stores the user credentials locally.

WriteToLocalAppData ( byte content ) : bool

Writes the encrypted binary content to the Local App Data folder.