Keys Object
Main wodKeys.NET object.
| BitCount | Determines number of bits in the key. |
| FingerPrint | Returns fingerprint of the private key, as string expression. |
| FingerPrintData | Returns fingerprint of the private key, as byte array. |
| FromXmlString | Reconstructs an RSA/DSA key from an XML string. |
| Generate | Generate new pair of keys. |
| Load | Loads keys from the file. |
| PrivateKey | Holds private key. |
| PublicKey | Returns public key. |
| PublicKeyOpenSSH | Returns public key in OpenSSH format. |
| PublicKeySSH | Returns public key in SSH format. |
| Save | Saves keys to the file. |
| ToXmlString | Creates and returns an XML string representation of the current RSA/DSA key. |
| Version | Holds component version number. |