Gets the first SecureMimeCapability 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 SecureMimeCapability
	Get
C#
public SecureMimeCapability this[
	string oid
] { get; }

Parameters

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

Field Value

An S/MIME capability if found, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also