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