Loads the keystore data from a stream, where it has been stored previously

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

Syntax

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

Parameters

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

Remarks

The KeyStore must have been stored there previously unprotected

See Also