Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSshPublicKey(array<Byte>[]()[][])
Loads a SSH2 public key from the specified raw data.
Public methodSupported by the .NET Compact FrameworkSshPublicKey(Stream)
Loads a SSH2 public key from the specified stream.
Public methodSupported by the .NET Compact FrameworkSshPublicKey(AsymmetricAlgorithm)
Creates an SSH public key based on the specified RSA or DSA object.
Public methodSupported by the .NET Compact FrameworkSshPublicKey(String)
Loads a SSH2 public key from the specified file.
Public methodSupported by the .NET Compact FrameworkSshPublicKey(Certificate)
Creates a certificate-based SSH key for use with SSH/SFTP client that support X.509 certificate authentication.
Public methodSupported by the .NET Compact FrameworkSshPublicKey(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 FrameworkSshPublicKey(PublicKeyInfo)
Creates an SSH public key based on the specified PublicKeyInfo object.

See Also