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.
Public methodSupported by the .NET Compact FrameworkSavePublicKey(String)
Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
Public methodSupported by the .NET Compact FrameworkSavePublicKey(Stream, SshPublicKeyFormat)
Saves the public key into the supplied stream in the specified format.
Public methodSupported by the .NET Compact FrameworkSavePublicKey(String, SshPublicKeyFormat)
Saves the public key into the supplied stream in the specified format.

See Also