MailMessageCheckSignature Method (Stream) |
Checks the signature of the specified eml message.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static bool CheckSignature(
Stream stream
)
Public Shared Function CheckSignature (
stream As Stream
) As Boolean
public:
static bool CheckSignature(
Stream^ stream
)
static member CheckSignature :
stream : Stream -> bool
Parameters
- stream
- Type: System.IOStream
A stream containing the message in eml format.
Return Value
Type:
BooleanTrue if signature is valid; otherwise,
false.
Exceptions See Also