Files
Aug2021-Cpp2IL-Dump/System/Security/Cryptography/X509Certificates/X509ExtensionCollection.cs
T
2026-04-10 22:50:51 +02:00

18 lines
526 B
C#

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