Gets or sets the SecureMimeCapability at the specified index.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As SecureMimeCapability Get Set |
C# |
---|
public SecureMimeCapability this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the SecureMimeCapability to get or set.