-
Add a New Certificate to the Certificate Store
"$c = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("c:\mycert.cer") $bytes = $c.Export("Pfx","password") [System.IO.File]::WriteAllBytes("c:\mycert.pfx", $bytes)"
-
C# Replace Macros in Word Document .docx
"http://docx.codeplex.com/"
-
Implementing the INotifyPropertyChanged interface with the WatchableObject. - CodeProject
"INotifyPropertyChanged "
No comments:
Post a Comment