Gets the first CertificateExtension with the specified object identifier.

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

Syntax

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

Parameters

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

Field Value

A certificate extension, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also