4 implementations of InputBlockSize
System.Security.Cryptography (4)
System\Security\Cryptography\Base64Transforms.cs (2)
24public int InputBlockSize => 3; 137public int InputBlockSize => 4;
System\Security\Cryptography\HashAlgorithm.cs (1)
190public virtual int InputBlockSize => 1;
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
53public int InputBlockSize
1 reference to InputBlockSize
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
68_inputBlockSize = _transform.InputBlockSize;