The KeyStore type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoSave |
Property that indicates should the KeyStore backing file be auto saved
after each operation that changes its state.
| |
| BackupOnSave |
Property that indicates should the old KeyStore backing file be
copied automatically in a file with extension .bak right before the save operation
| |
| FileName |
File name where this KeyStore object is stored.
| |
| HexKeyIds |
Returns array of Hexadecimal string representation of the key Id's for the keys contained in this KeyStore instance.
This hexadecimal value is composed of the lower four bytes of the real key Id (8 bytes) and is the same as the one displayed by PGP (r) and GnuPG. | |
| IsInMemory |
Indicates is this KeyStore instance in-memory (True)
or file based (False)
| |
| PartialMatchUserIds |
Sets/Gets is searching keys performed on whole User Id or only on part of it.
| |
| Password |
Password of this KeyStore
| |
| UserIds |
Returns array of Strings representing all user Id's contained in this KeyStore instance.
|