The InMemoryKeyStore 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.
(Inherited from KeyStore.)
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
(Inherited from KeyStore.)
Public propertyFileName
File name where this KeyStore object is stored.
(Inherited from KeyStore.)
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.
(Inherited from KeyStore.)
Public propertyIsInMemory
Indicates is this KeyStore instance in-memory (True) or file based (False)
(Inherited from KeyStore.)
Public propertyPartialMatchUserIds
Sets/Gets is searching keys performed on whole User Id or only on part of it.
(Inherited from KeyStore.)
Public propertyPassword
Password of this KeyStore
(Inherited from KeyStore.)
Public propertyUserIds
Returns array of Strings representing all user Id's contained in this KeyStore instance.
(Inherited from KeyStore.)

See Also