SecureMimeCapabilityCollection.Item Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
Item[Int32]
Gets or sets the Secure
Declaration
public SecureMimeCapability this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the Secure |
Property Value
Type | Description |
---|---|
Secure |
An S/MIME capability. |
Item[String]
Gets the first Secure
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 |
---|---|
Secure |
An S/MIME capability if found, or null if not found. |