Gets the current System.Security.Cryptography.AsnEncodedData object in an System.Security.Cryptography.AsnEncodedDataCollection object.
Documentation for this section has not yet been entered.
After an enumerator is created, the AsnEncodedDataEnumerator.MoveNext method must be called to advance the enumerator to the first element of the collection before reading the value of the AsnEncodedDataEnumerator.Current property; otherwise, AsnEncodedDataEnumerator.Current returns null or throws an exception.
AsnEncodedDataEnumerator.Current also returns null or throws an exception if the last call to AsnEncodedDataEnumerator.MoveNext returns false, which indicates that the end of the collection has been reached.
AsnEncodedDataEnumerator.Current does not move the position of the enumerator, and consecutive calls to AsnEncodedDataEnumerator.Current return the same object until AsnEncodedDataEnumerator.MoveNext is called.