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