Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkGenerate()()()()
Generates an SSH private key using the RSA algorithm with a key size of 1024.
Public methodStatic memberSupported by the .NET Compact FrameworkGenerate(SshHostKeyAlgorithm)
Generates an SSH private key using the specified algorithm and a default key size.
Public methodStatic memberSupported by the .NET Compact FrameworkGenerate(SshHostKeyAlgorithm, Int32)
Generates an SSH private key using the specified algorithm and key size.

See Also