using System; using System.Reflection; using Cpp2IlInjected; namespace System.Security.Cryptography.X509Certificates { /// Represents a collection of objects. This class cannot be inherited. // Token: 0x020001F2 RID: 498 [Token(Token = "0x20001F2")] [DefaultMember("Item")] public sealed class X509ExtensionCollection { // Token: 0x04000703 RID: 1795 [Token(Token = "0x4000703")] private static byte[] Empty; } }