18 lines
526 B
C#
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;
|
|
}
|
|
}
|