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