Return the flag values contained in the first 4 octets (note: at the moment the standard only uses the first one).

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

Syntax

C#
public int Flags { get; }
Visual Basic
Public ReadOnly Property Flags As Integer
	Get
Visual C++
public:
property int Flags {
	int get ();
}

See Also