2 references to SecureStringToCoTaskMemAnsi
System.Runtime.InteropServices (1)
System\Security\SecureStringMarshal.cs (1)
10public static IntPtr SecureStringToCoTaskMemAnsi(SecureString s) => Marshal.SecureStringToCoTaskMemAnsi(s);
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
302IntPtr password = Marshal.SecureStringToCoTaskMemAnsi(parameters.KeyPassword);