4 implementations of OutputBlockSize
System.Security.Cryptography (4)
System\Security\Cryptography\Base64Transforms.cs (2)
25public int OutputBlockSize => 4; 138public int OutputBlockSize => 3;
System\Security\Cryptography\HashAlgorithm.cs (1)
191public virtual int OutputBlockSize => 1;
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
58public int OutputBlockSize
1 reference to OutputBlockSize
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
70_outputBlockSize = _transform.OutputBlockSize;