Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpEncryptedData this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As PgpEncryptedData Get |
Visual C++ |
---|
public: property PgpEncryptedData^ default[int index] { PgpEncryptedData^ get (int index); } |
Parameters
- index
- Type: System..::..Int32