示例#1
0
 public static IntPtr SecureStringToBSTR(SecureString s)
 {
     return(PInvokeMarshal.SecureStringToBSTR(s));
 }