コード例 #1
0
 public static IntPtr SecureStringToGlobalAllocAnsi(SecureString s)
 {
     return(PInvokeMarshal.SecureStringToGlobalAllocAnsi(s));
 }