GetBytes()

Rfc2898DeriveBytes::GetBytes(int32_t) method

Fills existing array elements with pseudo-random key bytes.

virtual ArrayPtr<uint8_t> System::Security::Cryptography::Rfc2898DeriveBytes::GetBytes(int32_t cb) override

Arguments

ParameterTypeDescription
cbint32_tThe number of key bytes to generate.

See Also