dlwyatt / ProtectedData

PowerShell Module for securely encrypting and sharing secret data such as passwords.
Apache License 2.0
77 stars 16 forks source link

Allow X509Certificate2 objects to be passed in, rather than only Thumbprints #1

Closed dlwyatt closed 9 years ago

dlwyatt commented 10 years ago

There may be use cases for having a caller want to pass in a certificate object that isn't installed in the user's store (loaded from a file, etc.)

Should be simple to implement, since we're ultimately using the same objects deeper in the code anyway. Just need to expose a way of passing them in via parameters to the public functions.