dlwyatt / ProtectedData

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

Removed deprecated CertificateThumbprint parameters #9

Closed dlwyatt closed 9 years ago

dlwyatt commented 9 years ago

Aside from removing the parameters that were deprecated in version v2.1, there are no functional changes here. Users can use v2.1 with existing scripts, and upgrade to v3.0 once they've replaced instances of -CertificateThumbprint with -Certificate (with the exception of the Get-KeyEncryptionCertificate command.)