terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RSACertificateExtensions.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
5
namespace
System.Security.Cryptography.X509Certificates
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x2000006"
)]
8
public
static
class
RSACertificateExtensions
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x6000030"
)]
11
[global::Cpp2ILInjected.Address(RVA =
"0x1D3F210"
, Offset =
"0x1D3F210"
, Length =
"0xD8"
)]
12
[global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
X509Certificate2
), Member =
"ToString"
, MemberParameters =
new
object
[] {
typeof
(
bool
) }, ReturnType =
typeof
(
string
))]
14
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
X509Certificate2
), Member =
"get_PublicKey"
, ReturnType =
typeof
(
PublicKey
))]
16
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
PublicKey
), Member =
"get_Key"
, ReturnType =
typeof
(
AsymmetricAlgorithm
))]
17
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
ArgumentNullException
), Member =
".ctor"
, MemberParameters =
new
object
[] {
typeof
(
string
) }, ReturnType =
typeof
(
void
))]
18
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
19
public
static
RSA
GetRSAPublicKey
(
this
X509Certificate2
certificate)
20
{
21
throw
null
;
22
}
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.ArgumentNullException
Definition
ArgumentNullException.cs:41
System.Security.Cryptography.AsymmetricAlgorithm
Definition
AsymmetricAlgorithm.cs:12
System.Security.Cryptography.RSA
Definition
RSA.cs:15
System.Security.Cryptography.X509Certificates.PublicKey
Definition
PublicKey.cs:10
System.Security.Cryptography.X509Certificates.RSACertificateExtensions.GetRSAPublicKey
static RSA GetRSAPublicKey(this X509Certificate2 certificate)
Definition
RSACertificateExtensions.cs:19
System.Security.Cryptography.X509Certificates.RSACertificateExtensions
Definition
RSACertificateExtensions.cs:9
System.Security.Cryptography.X509Certificates.X509Certificate2
Definition
X509Certificate2.cs:17
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:12
System
Definition
__Il2CppComDelegate.cs:6
source
System.Core
System
Security
Cryptography
X509Certificates
RSACertificateExtensions.cs
Generated by
1.10.0