Gets or sets the CryptographicAttributeNode at the specified index.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The zero-based index of the CryptographicAttributeNode to get or set.

Field Value

A cryptographic attribute.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also