Gets or sets the element at the specified index.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
Visual Basic |
---|
Public Default Property Item ( _
index As Integer _
) As DistinguishedName
Get
Set |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to get or set.
Field Value
The element at the specified index.
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
System..::..ArgumentOutOfRangeException | index is less than zero -or- index is equal to or greater than Count. |
See Also