2 references to SecureStringToBSTR
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
154
IntPtr ptr = System.Runtime.InteropServices.Marshal.
SecureStringToBSTR
(securePassword);
System.Management (1)
System\Management\ManagementOptions.cs (1)
1671
return System.Runtime.InteropServices.Marshal.
SecureStringToBSTR
(securePassword);