Gets the first CryptographicAttributeNode with the specified object identifier.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	oid As String _
) As CryptographicAttributeNode
	Get
C#
public CryptographicAttributeNode this[
	string oid
] { get; }

Parameters

oid
Type: System..::..String
The object identifier, either friendly name or dotted string format.

Field Value

A cryptographic attribute if found, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also