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

Syntax

C#
public PgpSignature this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As PgpSignature
	Get
Visual C++
public:
property PgpSignature^ default[int index] {
	PgpSignature^ get (int index);
}

Parameters

index
Type: System..::..Int32

See Also