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

Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Conversation

@vithati
Copy link
Contributor

@vithati vithati commented Oct 4, 2018

Changed KeyFormatter and derived classes visibility from internal to public

@AArnott
Copy link
Owner

AArnott commented Oct 5, 2018

@vithati Which of these members are critical that you have access to? I'd like to reduce the API you've made public if possible:

  1. KeyFormatter.NegotiateSizes
  2. KeyFormatter.Write
  3. KeyFormatter.Read
  4. CapiKeyFormatter.IsCapiCompatible

@AArnott
Copy link
Owner

AArnott commented Oct 5, 2018

Or perhaps more appropriately @vithati: what are the use cases you need access to from the library?

@vithati
Copy link
Contributor Author

vithati commented Oct 5, 2018

KeyFormatter.NegotiateSizes and CapiKeyFormatter.IsCapiCompatible is required. Read and write i changed public because if somebody wants get RSAParameters from stream they can use but KeyFormatter.NegotiateSizes and CapiKeyFormatter.IsCapiCompatible required for us.

@AArnott AArnott merged commit e5e07ba into AArnott:master Oct 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants