Skip to content

Parameter name changes - #26538

Merged
gewarren merged 2 commits into
dotnet:mainfrom
gewarren:param-names
Oct 19, 2021
Merged

Parameter name changes#26538
gewarren merged 2 commits into
dotnet:mainfrom
gewarren:param-names

Conversation

@gewarren

@gewarren gewarren commented Oct 15, 2021

Copy link
Copy Markdown
Collaborator

Fixes #26519

Preview

| <xref:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.%23ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)?displayProperty=fullName> | `tsaName` | `timestampAuthorityName` | Implementation assembly |
| <xref:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)?displayProperty=fullName> | `` | `` |
| <xref:System.Security.Permissions.PrincipalPermission.Equals(System.Object)?displayProperty=fullName> | `o` | `obj` | Reference assembly |
| <xref:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)?displayProperty=fullName> | `o` | `obj` | Reference assembly |

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This one wasn't in the original issue but was in the PR.

@gewarren
gewarren requested review from a team and ericstj October 15, 2021 21:50

@BillWagner BillWagner left a comment

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.

This LGTM @gewarren

You can :shipit: when ready.

@gewarren
gewarren merged commit 3ed43f6 into dotnet:main Oct 19, 2021
@gewarren
gewarren deleted the param-names branch October 19, 2021 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Breaking change]: Parameter name changes

3 participants