Skip to content

Conversation

@rpetrusha
Copy link

Corrected XmlDocument variable name

Fixes dotnet/docs#9762

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

LGTM but left a few comments for you to consider @rpetrusha. Comments would apply to both C# and VB versions.

// Verify the signature of an XML file against an asymmetric
// algorithm and return the result.
public static Boolean VerifyXml(XmlDocument Doc, RSA Key)
public static Boolean VerifyXml(XmlDocument xmlDoc, RSA Key)
Copy link
Contributor

Choose a reason for hiding this comment

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

the only weird thing here is that now one param uses camelCase and the other Pascal

Copy link
Author

Choose a reason for hiding this comment

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

I've changed the casing of Key in both source code files as well. Thanks for noticing Doc here.

mairaw and others added 2 commits January 14, 2019 16:41
@rpetrusha rpetrusha merged commit 04c7473 into dotnet:master Jan 15, 2019
@rpetrusha rpetrusha deleted the xml-variable branch January 18, 2019 19:48
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