-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.untriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Type of issue
Code doesn't work
Description
(https://stackoverflow.com/questions/78803951/is-the-tobase64transform-code-sample-wrong)
- Members.cs file needs to have Copy to Output Directory set to Copy always, which is not stated in the article
- if (!base64Transform.CanTransformMultipleBlocks) always fails
- the length of the input block (always 3 bytes or fewer) is not being passed correctly
- the code suggests file members.enc, but the comment suggests file membersvcs.enc
Page URL
Content source URL
Document Version Independent Id
cf28e95d-fa5a-7075-cd97-5eb195e27acc
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.untriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner