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
RSAPKCS1SignatureDescription.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000302 RID: 770
7 {
8 // Token: 0x06001A1F RID: 6687 RVA: 0x00038208 File Offset: 0x00036408
9 protected RSAPKCS1SignatureDescription(string hashAlgorithm, string digestAlgorithm)
10 {
11 this._strKey = "System.Security.Cryptography.RSA";
13 this._strFormatter = "System.Security.Cryptography.RSAPKCS1SignatureFormatter";
14 this._strDeformatter = "System.Security.Cryptography.RSAPKCS1SignatureDeformatter";
15 this._hashAlgorithm = hashAlgorithm;
16 }
17
18 // Token: 0x06001A20 RID: 6688 RVA: 0x0003824C File Offset: 0x0003644C
25
26 // Token: 0x06001A21 RID: 6689 RVA: 0x0003826C File Offset: 0x0003646C
33
34 // Token: 0x04000D2A RID: 3370
35 private string _hashAlgorithm;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
RSAPKCS1SignatureDescription(string hashAlgorithm, string digestAlgorithm)
override AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
override AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)