Return true if the message is integrity protected.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsIntegrityProtected()
Visual Basic
Public Function IsIntegrityProtected As Boolean
Visual C++
public:
bool IsIntegrityProtected()

Return Value

True, if there is a modification detection code namespace associated with this stream.

See Also