using System;
using System.Collections;
using Cpp2IlInjected;
namespace System.Security.Cryptography.X509Certificates
{
/// Supports a simple iteration over a object. This class cannot be inherited.
// Token: 0x020001E3 RID: 483
[Token(Token = "0x20001E3")]
public sealed class X509Certificate2Enumerator : IEnumerator
{
// Token: 0x06000C90 RID: 3216 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C90")]
[Address(RVA = "0x517630", Offset = "0x516430", VA = "0x180517630")]
internal X509Certificate2Enumerator(X509Certificate2Collection collection)
{
}
/// Gets the current element in the object.
/// The current element in the object.
/// The enumerator is positioned before the first element of the collection or after the last element.
// Token: 0x17000251 RID: 593
// (get) Token: 0x06000C91 RID: 3217 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000251")]
public X509Certificate2 Current
{
[Token(Token = "0x6000C91")]
[Address(RVA = "0x517690", Offset = "0x516490", VA = "0x180517690")]
get
{
return null;
}
}
/// Advances the enumerator to the next element in the object.
///
/// if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
/// The collection was modified after the enumerator was created.
// Token: 0x06000C92 RID: 3218 RVA: 0x00006A38 File Offset: 0x00004C38
[Token(Token = "0x6000C92")]
[Address(RVA = "0x5174F0", Offset = "0x5162F0", VA = "0x1805174F0")]
public bool MoveNext()
{
return default(bool);
}
/// For a description of this member, see .
/// The current element in the object.
/// The enumerator is positioned before the first element of the collection or after the last element.
// Token: 0x17000252 RID: 594
// (get) Token: 0x06000C93 RID: 3219 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000252")]
object IEnumerator.Current
{
[Token(Token = "0x6000C93")]
[Address(RVA = "0x5175E0", Offset = "0x5163E0", VA = "0x1805175E0", Slot = "5")]
get
{
return null;
}
}
/// For a description of this member, see .
///
/// if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
/// The collection was modified after the enumerator was created.
// Token: 0x06000C94 RID: 3220 RVA: 0x00006A50 File Offset: 0x00004C50
[Token(Token = "0x6000C94")]
[Address(RVA = "0x517540", Offset = "0x516340", VA = "0x180517540", Slot = "4")]
bool IEnumerator.MoveNext()
{
return default(bool);
}
/// For a description of this member, see .
/// The collection was modified after the enumerator was created.
// Token: 0x06000C95 RID: 3221 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C95")]
[Address(RVA = "0x517590", Offset = "0x516390", VA = "0x180517590", Slot = "6")]
void IEnumerator.Reset()
{
}
// Token: 0x040006DF RID: 1759
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40006DF")]
private IEnumerator enumerator;
}
}