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