scripts
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Microsoft
|
||||
{
|
||||
// Token: 0x020018DF RID: 6367
|
||||
[Token(Token = "0x20018DF")]
|
||||
[StructLayout(3)]
|
||||
public abstract class MicrosoftObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600AB04 RID: 43780 RVA: 0x0027EED8 File Offset: 0x0027D0D8
|
||||
[Token(Token = "0x600AB04")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected MicrosoftObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400704C RID: 28748
|
||||
[Token(Token = "0x400704C")]
|
||||
public static readonly DerObjectIdentifier Microsoft = new DerObjectIdentifier("1.3.6.1.4.1.311");
|
||||
|
||||
// Token: 0x0400704D RID: 28749
|
||||
[Token(Token = "0x400704D")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCertTemplateV1 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400704E RID: 28750
|
||||
[Token(Token = "0x400704E")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCAVersion = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400704F RID: 28751
|
||||
[Token(Token = "0x400704F")]
|
||||
public static readonly DerObjectIdentifier MicrosoftPrevCACertHash = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007050 RID: 28752
|
||||
[Token(Token = "0x4007050")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCrlNextPublish = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007051 RID: 28753
|
||||
[Token(Token = "0x4007051")]
|
||||
public static readonly DerObjectIdentifier MicrosoftCertTemplateV2 = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04007052 RID: 28754
|
||||
[Token(Token = "0x4007052")]
|
||||
public static readonly DerObjectIdentifier MicrosoftAppPolicies = MicrosoftObjectIdentifiers.Microsoft.Asn1GetHashCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user