Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSavePublicKey(Stream)
Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
(Inherited from SshPublicKey.)
Public methodSupported by the .NET Compact FrameworkSavePublicKey(String)
Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
(Inherited from SshPublicKey.)
Public methodSupported by the .NET Compact FrameworkSavePublicKey(Stream, SshPublicKeyFormat)
Saves the public key into the supplied stream in the specified format.
(Inherited from SshPublicKey.)
Public methodSupported by the .NET Compact FrameworkSavePublicKey(String, SshPublicKeyFormat)
Saves the public key into the supplied stream in the specified format.
(Inherited from SshPublicKey.)

See Also