SecureMimeCapabilityCollection.Item Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Item[Int32]
Gets or sets the SecureMimeCapability at the specified index.
Declaration
public SecureMimeCapability this[int index] { get; set; }Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | index | The zero-based index of the SecureMimeCapability to get or set. | 
Property Value
| Type | Description | 
|---|---|
| SecureMimeCapability | An S/MIME capability. | 
Item[String]
Gets the first SecureMimeCapability with the specified object identifier.
Declaration
public SecureMimeCapability this[string oid] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| String | oid | The object identifier, either friendly name or dotted string format. | 
Property Value
| Type | Description | 
|---|---|
| SecureMimeCapability | An S/MIME capability if found, or null if not found. |