Verifies the passed in stream as being correctly signed.
Namespace:
DidiSoftAssembly: PGPLib (in PGPLib.dll) Version: 1.6.3.19546
Syntax
| C# |
|---|
public bool VerifyStream( Stream dataFileStream, Stream publicKeyStream, Stream outputFileStream ) |
| Visual Basic (Declaration) |
|---|
Public Function VerifyStream ( _ dataFileStream As Stream, _ publicKeyStream As Stream, _ outputFileStream As Stream _ ) As Boolean |
| Visual C++ |
|---|
public: bool VerifyStream( Stream^ dataFileStream, Stream^ publicKeyStream, Stream^ outputFileStream ) |
Parameters
- dataFileStream
- Type: System.IO..::.Stream
Input stream from the File to be verified
- publicKeyStream
- Type: System.IO..::.Stream
Input stream from the Public key
- outputFileStream
- Type: System.IO..::.Stream
Output Stream for the uncompressed signed content