The KeyStore type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangePrivateKeyPassword | Overloaded. | |
| ContainsKey | Overloaded. | |
| DeleteKeyPair | Overloaded. | |
| Equals | (Inherited from Object.) | |
| ExportKeyRing | Overloaded. | |
| ExportPrivateKey | Overloaded. | |
| ExportPrivateKeyAsString | Overloaded. | |
| ExportPublicKey | Overloaded. | |
| ExportPublicKeyAsString | Overloaded. | |
| 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.) | |
| GenerateKeyPair | Overloaded. | |
| 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.) | |
| ImportKeyRing | Overloaded. | |
| 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. | |
| SignPublicKey | Overloaded. | |
| ToString | (Inherited from Object.) |