The KeyStore type exposes the following members.

Properties

  NameDescription
Public propertyAutoSave
Property that indicates should the KeyStore backing file be auto saved after each operation that changes its state.
Public propertyBackupOnSave
Property that indicates should the old KeyStore backing file be copied automatically in a file with extension .bak right before the save operation
Public propertyFileName
File name where this KeyStore object is stored.
Public propertyHexKeyIds
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.
Public propertyIsInMemory
Indicates is this KeyStore instance in-memory (True) or file based (False)
Public propertyPartialMatchUserIds
Sets/Gets is searching keys performed on whole User Id or only on part of it.
Public propertyPassword
Password of this KeyStore
Public propertyUserIds
Returns array of Strings representing all user Id's contained in this KeyStore instance.

See Also