3 references to SecureStringToGlobalAllocUnicode
System.Net.Primitives (1)
System\Net\NetworkCredential.cs (1)
165ptr = Marshal.SecureStringToGlobalAllocUnicode(sstr);
System.Runtime.InteropServices (1)
System\Security\SecureStringMarshal.cs (1)
13public static IntPtr SecureStringToGlobalAllocUnicode(SecureString s) => Marshal.SecureStringToGlobalAllocUnicode(s);
System.Security.Cryptography (1)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
68handle = Marshal.SecureStringToGlobalAllocUnicode(password);