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

◆ X509SubjectKeyIdentifierExtension() [6/6]

System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.X509SubjectKeyIdentifierExtension ( PublicKey key,
X509SubjectKeyIdentifierHashAlgorithm algorithm,
bool critical )
inline

Definition at line 74 of file X509SubjectKeyIdentifierExtension.cs.

75 {
76 do
77 {
78 base..ctor();
79 if (key == null)
80 {
81 return;
82 }
83 byte[] raw = key._keyValue._raw;
84 }
86 SHA1 sha = SHA1.Create();
87 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.SHA1.Create(), j__TPar, and System.key.