摘要:
namespace Microsoft.ChannelSDK.Tools.FindPrivateKey{ using System; using System.IO; using System.Security.Cryptography.X509Certificates; using System.Runtime.InteropServices; class FindPrivateKey { st... 阅读全文
摘要:
/*makecert.exe -n "CN=Microshaoft X509 Test - A" -sky exchange -pe -sv a.pvk a.cerpvk2pfx.exe -pvk a.pvk -spc a.cer -pfx a.pfx -f -po 123makecert.exe -n "CN=Microshaoft X509 Test - B&qu... 阅读全文