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
RSACertificateExtensions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x02000006 RID: 6
6
public
static
class
RSACertificateExtensions
7
{
8
// Token: 0x06000030 RID: 48 RVA: 0x00002514 File Offset: 0x00000714
9
public
static
RSA
GetRSAPublicKey
(
this
X509Certificate2
certificate)
10
{
11
PublicKey
publicKey;
12
while
(publicKey.
Key
==
null
)
13
{
14
}
15
}
16
}
17
}
System.Security.Cryptography.RSA
Definition
RSA.cs:11
System.Security.Cryptography.X509Certificates.PublicKey.Key
AsymmetricAlgorithm Key
Definition
PublicKey.cs:49
System.Security.Cryptography.X509Certificates.PublicKey
Definition
PublicKey.cs:7
System.Security.Cryptography.X509Certificates.RSACertificateExtensions.GetRSAPublicKey
static RSA GetRSAPublicKey(this X509Certificate2 certificate)
Definition
RSACertificateExtensions.cs:9
System.Security.Cryptography.X509Certificates.RSACertificateExtensions
Definition
RSACertificateExtensions.cs:7
System.Security.Cryptography.X509Certificates.X509Certificate2
Definition
X509Certificate2.cs:11
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System
Definition
__ComObject.cs:4
source
System.Core
System
Security
Cryptography
X509Certificates
RSACertificateExtensions.cs
Generated by
1.10.0