a
This commit is contained in:
+45
@@ -0,0 +1,45 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Microsoft
|
||||
{
|
||||
// Token: 0x02001EBC RID: 7868
|
||||
[Token(Token = "0x2001EBC")]
|
||||
public abstract class MicrosoftObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600C6DE RID: 50910 RVA: 0x002D73E0 File Offset: 0x002D55E0
|
||||
[Token(Token = "0x600C6DE")]
|
||||
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
||||
protected MicrosoftObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04007E8F RID: 32399
|
||||
[Token(Token = "0x4007E8F")]
|
||||
public static readonly DerObjectIdentifier Microsoft = new DerObjectIdentifier("1.3.6.1.4.1.311");
|
||||
|
||||
// Token: 0x04007E90 RID: 32400
|
||||
[Token(Token = "0x4007E90")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCertTemplateV1 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007E91 RID: 32401
|
||||
[Token(Token = "0x4007E91")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCAVersion = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007E92 RID: 32402
|
||||
[Token(Token = "0x4007E92")]
|
||||
public static readonly DerObjectIdentifier MicrosoftPrevCACertHash = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007E93 RID: 32403
|
||||
[Token(Token = "0x4007E93")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCrlNextPublish = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007E94 RID: 32404
|
||||
[Token(Token = "0x4007E94")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCertTemplateV2 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007E95 RID: 32405
|
||||
[Token(Token = "0x4007E95")]
|
||||
public static readonly DerObjectIdentifier MicrosoftAppPolicies = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user