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

Obsolete key blob support on ECDiffieHellmanPublicKey #67264

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

vcsjones
Copy link
Member

Obsoletes:

  • M:System.Security.Cryptography.ECDiffieHellmanPublicKey.#ctor(System.Byte[])
  • M:System.Security.Cryptography.ECDiffieHellmanPublicKey.ToByteArray()

Closes #50528 (Last one!)

@vcsjones vcsjones added area-System.Security breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. labels Mar 28, 2022
@ghost ghost added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Mar 28, 2022
@ghost
Copy link

ghost commented Mar 28, 2022

Added needs-breaking-change-doc-created label because this PR has the breaking-change label.

When you commit this breaking change:

  1. Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the breaking change documentation template, then remove this needs-breaking-change-doc-created label.
  2. Ask a committer to mail the .NET Breaking Change Notification DL.

Tagging @dotnet/compat for awareness of the breaking change.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Mar 28, 2022

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Obsoletes:

  • M:System.Security.Cryptography.ECDiffieHellmanPublicKey.#ctor(System.Byte[])
  • M:System.Security.Cryptography.ECDiffieHellmanPublicKey.ToByteArray()

Closes #50528 (Last one!)

Author: vcsjones
Assignees: -
Labels:

area-System.Security, breaking-change

Milestone: -

@bartonjs bartonjs merged commit 05fc5df into dotnet:main Mar 30, 2022
@vcsjones vcsjones deleted the obs-byte-ecdhpubkey branch March 30, 2022 19:40
@bartonjs
Copy link
Member

Paperwork opened at dotnet/docs#28861.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 30, 2022
@ericstj ericstj added this to the 7.0.0 milestone Sep 15, 2022
@bartonjs bartonjs removed the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Sep 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security breaking-change Issue or PR that represents a breaking API or functional change over a prerelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotate unsupported APIs in System.Security.*
3 participants