generated from PSModule/Template-PSModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
$SecurePassword = ConvertTo-SecureString $PlainPassword -AsPlainText -Force
$BSTR = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($SecurePassword)
$UnsecurePassword = [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)
[Runtime.InteropServices.Marshal]::ZeroFreeBSTR($BSTR)
Metadata
Metadata
Assignees
Labels
No labels