Back to product page

Keys Object


Main wodKeys.NET object.


BitCountDetermines number of bits in the key.
FingerPrintReturns fingerprint of the private key, as string expression.
FingerPrintDataReturns fingerprint of the private key, as byte array.
FromXmlStringReconstructs an RSA/DSA key from an XML string.
GenerateGenerate new pair of keys.
LoadLoads keys from the file.
PrivateKeyHolds private key.
PublicKeyReturns public key.
PublicKeyOpenSSHReturns public key in OpenSSH format.
PublicKeySSHReturns public key in SSH format.
SaveSaves keys to the file.
ToXmlStringCreates and returns an XML string representation of the current RSA/DSA key.
VersionHolds component version number.

Platforms

Cross platform