Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(AsymmetricAlgorithm)
Creates an SSH private key based on the specified RSA or DSA object.
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(Certificate)
Creates a certificate-based SSH key for use with SSH/SFTP servers that support X.509 certificate authentication.
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(CertificateChain)
Creates a certificate-based SSH key for use with SSH/SFTP client that support X.509 certificate authentication.
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(array<Byte>[]()[][], String)
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified raw data.
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(Stream, String)
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified stream.
Public methodSupported by the .NET Compact FrameworkSshPrivateKey(String, String)
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified path.

See Also