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

Make some pubternal types in data protection #12121

Merged
merged 1 commit into from
Jul 13, 2019

Conversation

davidfowl
Copy link
Member

  • Make CngAuthenticatedEncryptorBase internal
  • Left IActivator public because they are used in constructors the XmlKeyManager ctor

Contributes to #11312

@Pilchie Pilchie added the area-dataprotection Includes: DataProtection label Jul 12, 2019
- Make CngAuthenticatedEncryptorBase internal
- Left IActivator public because they are used in constructors the XmlKeyManager ctor
@davidfowl davidfowl force-pushed the davidfowl/remove-more-pubternal branch from ade725a to 5c8d503 Compare July 13, 2019 01:25
@davidfowl
Copy link
Member Author

Can I get an approval here.

@@ -86,7 +86,7 @@ public void Decrypt_HandlesEmptyCiphertextPointerFixup()
Assert.Equal(new byte[] { 0x20, 0x21, 0x22 }, retVal);
}

public abstract class MockableEncryptor : CngAuthenticatedEncryptorBase
internal abstract class MockableEncryptor : CngAuthenticatedEncryptorBase
Copy link
Contributor

Choose a reason for hiding this comment

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

This is test code right? Still. I'm here for it :)

Copy link
Contributor

@analogrelay analogrelay left a comment

Choose a reason for hiding this comment

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

Couple of quick GitHub searches yield only forks of our own repo so it seems good to me.

@analogrelay analogrelay added this to the 3.0.0-preview8 milestone Jul 13, 2019
@davidfowl
Copy link
Member Author

Funny, I did the same search. All those damn forks 😄

@davidfowl davidfowl merged commit 87a92e5 into master Jul 13, 2019
@ghost ghost deleted the davidfowl/remove-more-pubternal branch July 13, 2019 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dataprotection Includes: DataProtection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants