Closed vcsjones closed 1 month ago
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
Learn Build status updates of commit cfe9ad0:
File | Status | Preview URL | Details |
---|---|---|---|
snippets/csharp/System.Security.Cryptography/Aes/Overview/program.cs | :white_check_mark:Succeeded | View | |
snippets/csharp/System.Security.Cryptography/AesCryptoServiceProvider/Overview/program.cs | :white_check_mark:Succeeded | View | |
snippets/csharp/System.Security.Cryptography/AesManaged/Overview/program.cs | :white_check_mark:Succeeded | View | |
snippets/csharp/System.Security.Cryptography/RijndaelManaged/Overview/class1.cs | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Summary
The example code read from the backing
MemoryStream
before theCryptoStream
flushed the final block to the underlying stream.Fixes #10119