프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CredentialManager | System | ||
GetUserCredentials | |||
ReadFromLocalAppdata | byte[] | ||
StoreUserCredentials | bool | ||
WriteToLocalAppData | bool |
메소드 | 설명 | |
---|---|---|
CredentialManager ( ) : System | ||
GetUserCredentials ( ) : |
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.
|