Overload List
| Name | Description | |
|---|---|---|
| SavePublicKey(Stream) |
Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
(Inherited from SshPublicKey.) | |
| SavePublicKey(String) |
Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
(Inherited from SshPublicKey.) | |
| SavePublicKey(Stream, SshPublicKeyFormat) |
Saves the public key into the supplied stream in the specified format.
(Inherited from SshPublicKey.) | |
| SavePublicKey(String, SshPublicKeyFormat) |
Saves the public key into the supplied stream in the specified format.
(Inherited from SshPublicKey.) |