Saves the keystore data to a stream

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public virtual void SaveToStream(
	Stream keystoreStream
)
Visual Basic
Public Overridable Sub SaveToStream ( _
	keystoreStream As Stream _
)
Visual C++
public:
virtual void SaveToStream(
	Stream^ keystoreStream
)

Parameters

keystoreStream
Type: System.IO..::..Stream
keystore output stream

Remarks

The KeyStore is store unprotected with a password

See Also