C# Class KeePassLib.Keys.KcpUserAccount

A user key depending on the currently logged on Windows user account.
Inheritance: IUserKey
Datei anzeigen Open project: cappert/keepass2

Public Methods

Method Description
KcpUserAccount ( ) : System.Security.Cryptography

Construct a user account key.

Private Methods

Method Description
CreateUserKey ( ) : byte[]
GetUserKeyFilePath ( bool bCreate ) : string
LoadUserKey ( bool bThrow ) : byte[]

Method Details

KcpUserAccount() public method

Construct a user account key.
public KcpUserAccount ( ) : System.Security.Cryptography
return System.Security.Cryptography