terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PKCS9.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono.Security.X509
4{
5 // Token: 0x0200000C RID: 12
6 public class PKCS9
7 {
8 // Token: 0x06000045 RID: 69 RVA: 0x00002C98 File Offset: 0x00000E98
9 public PKCS9()
10 {
11 }
12
13 // Token: 0x0400001F RID: 31
14 public const string friendlyName = "1.2.840.113549.1.9.20";
15
16 // Token: 0x04000020 RID: 32
17 public const string localKeyId = "1.2.840.113549.1.9.21";
18 }
19}
const string friendlyName
Definition PKCS9.cs:14
const string localKeyId
Definition PKCS9.cs:17