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

◆ IV

virtual byte [] System.Security.Cryptography.SymmetricAlgorithm.IV
getsetinherited

Definition at line 72 of file SymmetricAlgorithm.cs.

73 {
74 get
75 {
76 if (this.IVValue == null)
77 {
78 byte[] ivvalue = this.IVValue;
79 }
80 object obj;
81 if (obj == null || obj != null)
82 {
83 }
84 throw new InvalidCastException();
85 }
86 set
87 {
88 if (value != null)
89 {
90 int blockSizeValue = this.BlockSizeValue;
91 object obj;
92 if (obj != null)
93 {
94 if (obj == null)
95 {
96 goto IL_002C;
97 }
99 if (obj == null)
100 {
101 throw new InvalidCastException();
102 }
103 }
104 return;
105 }
106 string resourceString = Environment.GetResourceString("Specified initialization vector (IV) does not match the block size for this algorithm.");
107 IL_002C:
108 throw new InvalidCastException();
109 }
110 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)