Implemented interface member:
property
InputBlockSize
System.Security.Cryptography.ICryptoTransform.InputBlockSize
5 references to InputBlockSize
System.Security.Cryptography (5)
System\Security\Cryptography\UniversalCryptoDecryptor.cs (4)
50_heldoverCipher = new byte[InputBlockSize]; 57Debug.Assert(inputBuffer.Length % InputBlockSize == 0, "Did not remove whole blocks for depadding"); 116unpaddedLength = SymmetricPadding.GetPaddingLength(decryptedBytes, PaddingMode, InputBlockSize); 137byte[] rented = CryptoPool.Rent(inputCount + InputBlockSize);
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
75if (inputCount % InputBlockSize != 0)