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

◆ GetPaddingSize()

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

Implements Internal.Cryptography.ICngSymmetricAlgorithm.

Definition at line 172 of file AesCng.cs.

173 {
174 return this.GetPaddingSize(mode, feedbackSizeBits);
175 }
int ICngSymmetricAlgorithm. GetPaddingSize(CipherMode mode, int feedbackSizeBits)
Definition AesCng.cs:172

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

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