dlwyatt / ProtectedData

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

Combine CertificateThumbprint and Certificate parameters #7

Closed dlwyatt closed 9 years ago

dlwyatt commented 9 years ago

Just make -Certificate take a parameter of type [object], and bind it according to the following rules:

-CertificateThumbprint will become deprecated, and will produce warnings until it is later removed.