Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SecureString parameters #2

Closed
wants to merge 1 commit into from
Closed

Conversation

vegar
Copy link

@vegar vegar commented Jun 18, 2019

Got the following error when I tried out the script:

Cannot convert the "dummystring" value of type "System.String" to type "System.Security.SecureString".

Fixed it by making sure that the script passes a SecureString to parameters of type securestring.

Got the following error when I tried out the script:

> Cannot convert the "dummystring" value of type "System.String" to type "System.Security.SecureString".

Fixed it by making sure that the script passes a `SecureString` to parameters of type `securestring`.
@vegar
Copy link
Author

vegar commented Jun 19, 2019

Fixes #1

@vegar
Copy link
Author

vegar commented Apr 17, 2023

Project seems to be abandoned.

@vegar vegar closed this Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant