摘要: 获取 PasswordBox 中密码的代码如下: // 使用一个IntPtr类型值来存储加密字符串的起始点 IntPtr p = System.Runtime.InteropServices.Marshal.SecureStringToBSTR(this.passwordBoxPassword.Se 阅读全文
posted @ 2022-04-08 15:46 microsoft-zhcn 阅读(191) 评论(0) 推荐(1) 编辑