Skip to content
New issue

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

Fix incorrect parameter references in ToBase64Transform #10412

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

vcsjones
Copy link
Member

Summary

The documentation for ToBase64Transform's TransformBlock had a few incorrect parameter references in their documentation. This adjusts the parameter names, and fixes a few other minor issues.

Fixes #10411.

@vcsjones vcsjones requested a review from a team as a code owner September 18, 2024 21:08
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-System.Security Issues related to security practices for .NET developers. label Sep 18, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones

Copy link

Learn Build status updates of commit 3e53601:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Security.Cryptography/ToBase64Transform.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@gewarren gewarren merged commit a97aeb7 into dotnet:main Sep 19, 2024
3 checks passed
@vcsjones vcsjones deleted the fix-10411 branch September 19, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Security Issues related to security practices for .NET developers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentOutOfRange is on inputOffset and not inputBufer
2 participants