We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing information
Needs to specify units for output length. I'm assuming bits? Is that correct?
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.rfc2898derivebytes.pbkdf2?view=net-9.0
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml
67a555bf-e3b8-9e45-e585-7a6d5bf56ab9
bb8c4fcf-7df9-0440-e389-e3e5b6e8b4e2
@dotnet-bot
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
Sorry, something went wrong.
It's the number of elements to return in the byte[]. If outputLength is 2, it returns an array of 2 bytes. So, it's in bytes, not bits.
byte[]
outputLength
gewarren
Successfully merging a pull request may close this issue.
Type of issue
Missing information
Description
Needs to specify units for output length. I'm assuming bits? Is that correct?
Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.rfc2898derivebytes.pbkdf2?view=net-9.0
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Security.Cryptography/Rfc2898DeriveBytes.xml
Document Version Independent Id
67a555bf-e3b8-9e45-e585-7a6d5bf56ab9
Platform Id
bb8c4fcf-7df9-0440-e389-e3e5b6e8b4e2
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: