Overload List
Name | Description | |
---|---|---|
SshPublicKey(array<Byte>[]()[][]) |
Loads a SSH2 public key from the specified raw data.
| |
SshPublicKey(Stream) |
Loads a SSH2 public key from the specified stream.
| |
SshPublicKey(AsymmetricAlgorithm) |
Creates an SSH public key based on the specified RSA or DSA object.
| |
SshPublicKey(String) |
Loads a SSH2 public key from the specified file.
| |
SshPublicKey(Certificate) |
Creates a certificate-based SSH key for use with SSH/SFTP client that support X.509 certificate authentication.
| |
SshPublicKey(CertificateChain) |
Creates a certificate-based SSH key for use with SSH/SFTP client that support X.509 certificate authentication.
| |
SshPublicKey(PublicKeyInfo) |
Creates an SSH public key based on the specified PublicKeyInfo object.
|