Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Add leaveOpen ctor to CryptoStream#12718

Merged
bartonjs merged 2 commits into
dotnet:masterfrom
bartonjs:CryptoStream_LeaveOpen_ctor
Oct 17, 2016
Merged

Add leaveOpen ctor to CryptoStream#12718
bartonjs merged 2 commits into
dotnet:masterfrom
bartonjs:CryptoStream_LeaveOpen_ctor

Conversation

@bartonjs
Copy link
Copy Markdown
Member

This adds public CryptoStream(Stream, ICryptoTransform, CryptoStreamMode, bool leaveOpen) to the netcoreapp1.1 contract (which will be bumped to 1.2 once support for that version exists).

Fixes #1079.
Replaces PR #11587 (thanks, @bbowyersmyth).
cc: @stephentoub @steveharter


Assert.Equal(true, output.CanRead);
}
#endif
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think elsewhere we've been separating out such tests that depend on new surface area into separate files.

@bartonjs
Copy link
Copy Markdown
Member Author

@dotnet-bot test Innerloop Ubuntu14.04 Release Build and Test please (build timeout). FYI @adityamandaleeka and @mmitche

@bartonjs bartonjs merged commit 3dcb746 into dotnet:master Oct 17, 2016
@bartonjs bartonjs deleted the CryptoStream_LeaveOpen_ctor branch October 17, 2016 20:36
@bbowyersmyth
Copy link
Copy Markdown
Contributor

Thanks for doing this @bartonjs

@karelz karelz modified the milestone: 1.2.0 Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…veOpen_ctor

Add leaveOpen ctor to CryptoStream

Commit migrated from dotnet/corefx@3dcb746
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants