The KeyStore type exposes the following members.

Methods

  NameDescription
ChangePrivateKeyPasswordOverloaded.
ContainsKeyOverloaded.
DeleteKeyPairOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExportKeyRingOverloaded.
ExportPrivateKeyOverloaded.
ExportPrivateKeyAsStringOverloaded.
ExportPublicKeyOverloaded.
ExportPublicKeyAsStringOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GenerateKeyPairOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetKeyIdForKeyIdHex
Returns the real Key ID (of type long) corresponding to this Hexadecimal Key Id.
GetKeyIdForUserId
Returns the real Key ID (of type long) corresponding to this User Id.
GetKeys
Returns the key pairs stored in this OpenPGP key store.
GetKeystoreFileName
Returns this Key store instance file name (absolute or relative path)
GetKeystorePassword Obsolete.
Returns the password of this Key store instance
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ImportKeyRingOverloaded.
ImportPrivateKey
Imports Private key into a custom OpenPGP key store. If the key store does not exit, it is created.
ImportPublicKey
Imports Public key into a custom OpenPGP key store. If the key store does not exit, it is created.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
onLoadKeys
Save
Saves the Key Store to disk.
SignPublicKeyOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also