sgtoj / PSConnectWise

PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
MIT License
45 stars 13 forks source link

Seucre String with Private key #46

Open rob-dev-builder opened 6 years ago

rob-dev-builder commented 6 years ago

Hi there,

This is a great module and I am really enjoy using it.

When creating a ConnectWise session is it possible to pass the private key as an secure string? I have tried doing this but the session does not seem to accept the secure string? It does work fine when I pass the private key as a standard string.

Thanks.