Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Asn1/Microsoft/MicrosoftObjectIdentifiers.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

46 lines
1.7 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Microsoft
{
// Token: 0x02001F9C RID: 8092
[Token(Token = "0x2001F9C")]
public abstract class MicrosoftObjectIdentifiers
{
// Token: 0x0600CAAC RID: 51884 RVA: 0x002DFC54 File Offset: 0x002DDE54
[Token(Token = "0x600CAAC")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected MicrosoftObjectIdentifiers()
{
}
// Token: 0x04008048 RID: 32840
[Token(Token = "0x4008048")]
public static readonly DerObjectIdentifier Microsoft = new DerObjectIdentifier("1.3.6.1.4.1.311");
// Token: 0x04008049 RID: 32841
[Token(Token = "0x4008049")]
public static readonly DerObjectIdentifier MicrosoftCertTemplateV1 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
// Token: 0x0400804A RID: 32842
[Token(Token = "0x400804A")]
public static readonly DerObjectIdentifier MicrosoftCAVersion = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
// Token: 0x0400804B RID: 32843
[Token(Token = "0x400804B")]
public static readonly DerObjectIdentifier MicrosoftPrevCACertHash = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
// Token: 0x0400804C RID: 32844
[Token(Token = "0x400804C")]
public static readonly DerObjectIdentifier MicrosoftCrlNextPublish = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
// Token: 0x0400804D RID: 32845
[Token(Token = "0x400804D")]
public static readonly DerObjectIdentifier MicrosoftCertTemplateV2 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
// Token: 0x0400804E RID: 32846
[Token(Token = "0x400804E")]
public static readonly DerObjectIdentifier MicrosoftAppPolicies = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
}
}