'Declaration
Public Overloads Sub SavePublicKey( _ ByVal fileStream As System.IO.Stream, _ ByVal format As SshPublicKeyFormat _ )
'Usage
Dim instance As Credential Dim fileStream As System.IO.Stream Dim format As SshPublicKeyFormat instance.SavePublicKey(fileStream, format)
public void SavePublicKey( System.IO.Stream fileStream, SshPublicKeyFormat format )
Parameters
- fileStream
- The stream where the key will be written.
- format
- The format to look for