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

◆ ToXmlString() [2/2]

override string Mono.Security.Cryptography.RSAManaged.ToXmlString ( bool includePrivateParameters)
inlinevirtual

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 381 of file RSAManaged.cs.

382 {
383 if ("<Modulus>" == null)
384 {
385 }
386 if ("<P>" == null)
387 {
388 }
389 if ("<Q>" == null)
390 {
391 }
392 if ("<DP>" == null)
393 {
394 }
395 if ("<DQ>" == null)
396 {
397 }
398 if ("<InverseQ>" == null)
399 {
400 }
402 StringBuilder stringBuilder = stringBuilder2.Append("<D>");
403 if ("<D>" == null)
404 {
405 }
406 if (this != null)
407 {
409 }
410 throw new OutOfMemoryException();
411 }
class f__AnonymousType0<< Count > j__TPar
StringBuilder Append(char value, int repeatCount)

References System.Text.StringBuilder.Append(), j__TPar, and System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue.