Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetPaddingSize()

int ICngSymmetricAlgorithm. System.Security.Cryptography.TripleDESCng.GetPaddingSize ( CipherMode mode,
int feedbackSizeBits )
inlineprivate

Implements Internal.Cryptography.ICngSymmetricAlgorithm.

Definition at line 172 of file TripleDESCng.cs.

173 {
174 return this.GetPaddingSize(mode, feedbackSizeBits);
175 }
int ICngSymmetricAlgorithm. GetPaddingSize(CipherMode mode, int feedbackSizeBits)

References System.Security.Cryptography.TripleDESCng.GetPaddingSize().

Referenced by System.Security.Cryptography.TripleDESCng.GetPaddingSize().