System::Security::Cryptography::SymmetricAlgorithm::set_BlockSize method

SymmetricAlgorithm::set_BlockSize method

Sets block size of cryptographic operation.

virtual void System::Security::Cryptography::SymmetricAlgorithm::set_BlockSize(int value)
ParameterTypeDescription
valueintBlock size in bits.

See Also