Gets the value at the specified index.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Byte()
	Get
C#
public byte[] this[
	int index
] { get; }

Parameters

index
Type: System..::..Int32

Field Value

An array of bytes in ASN.1 format.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also