Gets or sets the certificate at the specified position.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Default Property Item ( _
	i As Integer _
) As Certificate
	Get
	Set
C#
public Certificate this[
	int i
] { get; set; }

Parameters

i
Type: System..::..Int32

Field Value

The certificate at the specified position

Remarks

The certificate at the specified position.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also