Implemented interface member:
property
OutputBlockSize
System.Security.Cryptography.ICryptoTransform.OutputBlockSize
2 references to OutputBlockSize
System.Security.Cryptography (2)
System\Security\Cryptography\Base64Transforms.cs (2)
44int requiredOutputLength = checked(inputBlocks * OutputBlockSize); 74byte[] output = new byte[outputBlocks * OutputBlockSize];