4 references to SecureStringToBSTR
PresentationFramework (1)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
181
IntPtr ptr = System.Runtime.InteropServices.Marshal.
SecureStringToBSTR
(securePassword);
System (1)
net\System\Net\UnsafeNativeMethods.cs (1)
3381
bstr = Marshal.
SecureStringToBSTR
(secureString);
System.Management (1)
managementoptions.cs (1)
1649
return System.Runtime.InteropServices.Marshal.
SecureStringToBSTR
(securePassword);
System.Web.Extensions (1)
ClientServices\ClientFormsIdentity.cs (1)
86
bstr = Marshal.
SecureStringToBSTR
(securePass);