using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Security.Cryptography.X509Certificates
{
/// Represents a collection of objects. This class cannot be inherited.
// Token: 0x020001DE RID: 478
[Token(Token = "0x20001DE")]
[DefaultMember("Item")]
public class X509Certificate2Collection : X509CertificateCollection
{
/// Initializes a new instance of the class without any information.
// Token: 0x06000C76 RID: 3190 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C76")]
[Address(RVA = "0x839930", Offset = "0x838930", VA = "0x180839930")]
public X509Certificate2Collection()
{
}
/// Adds an object to the end of the .
/// An X.509 certificate represented as an object.
/// The index at which the has been added.
///
/// is .
// Token: 0x06000C77 RID: 3191 RVA: 0x00006A08 File Offset: 0x00004C08
[Token(Token = "0x6000C77")]
[Address(RVA = "0xC8A5E0", Offset = "0xC895E0", VA = "0x180C8A5E0")]
public int Add(X509Certificate2 certificate)
{
return 0;
}
/// Returns an enumerator that can iterate through a object.
/// An object that can iterate through the object.
// Token: 0x06000C78 RID: 3192 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C78")]
[Address(RVA = "0xC8A680", Offset = "0xC89680", VA = "0x180C8A680")]
public new X509Certificate2Enumerator GetEnumerator()
{
return null;
}
// Token: 0x040006D1 RID: 1745
[Token(Token = "0x40006D1")]
private static string[] newline_split;
}
}