'DeclarationPublic Overloads Sub SavePublicKey( _ ByVal fileStream As System.IO.Stream, _ ByVal format As SshPublicKeyFormat _ )
'UsageDim 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