Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@clstopher
Copy link

Implemented IDisposable on System.Security.Cryptography.DeriveBytes to match the .Net 4.0 implementation.

Followed the same pattern as is in the SymmetricAlgorithm class (minus the finalizer). Dispose method doesn't do anything, just there to allow instances to be used in a using statement at this point.

Noticed the difference when the Nancy build failed on Mono. This fixed the build failure.

@spouliot
Copy link
Contributor

pushed to master and mono-2-10 (so it should be part of mono 2.10.2)
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants