bungeemonkee / Configgy

A simple, powerful, extensible, testable .NET configuration library.
MIT License
41 stars 4 forks source link

Encrypter needs to allow certs with no private key. #20

Closed bungeemonkee closed 8 years ago

bungeemonkee commented 8 years ago

The Encrypter needs to be able to use certs that have no private key otherwise the whole asymmetric encryption thing doesn't work.

bungeemonkee commented 8 years ago

Changes in 0c421c187843ee3a2f3fe3fc3779d98e603a73d8 accomplished this. Certificates that do have a private key are sorted to the top of the list first however.