Sign in
My Nuggets
Tags
CA
Certificate Authority
export certificate pfx powershell
makecert.exe
p7b
pfx store powershell
pkcs7
powershell
powershell ISignerCertificate PrivateKey KSP
signedcms
X509Certificate2
X509certificate2Collection
X509Enrollment
X509Store
Browse by Tags
TechNet Blogs
>
My Nuggets
>
All Tags
>
pfx store powershell
Tagged Content List
Blog Post:
Importing a PFX into user store using powershell
VishalAgarwal
This is a short post as someone asked me to give a sample for importing a pfx into user store using powershell: $pfxcert = new-object system.security.cryptography.x509certificates.x509certificate2 $pfxcert.Import("pfxtest.pfx", "mypwd", [System.Security.Cryptography.X509Certificates.X509KeyStorageFlags...
on
27 Aug 2009
Page 1 of 1 (1 items)