Sign in
My Nuggets
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
Archive
Archives
March 2010
(1)
October 2009
(1)
September 2009
(1)
August 2009
(3)
April 2009
(1)
April, 2009
TechNet Blogs
>
My Nuggets
>
April, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Nuggets
PKCS7 (p7b) bag of certificates and powershell
Posted
over 4 years ago
by
VishalAgarwal
2
Comments
Recently I was asked how to extract the certificates within a PKCS7 (p7b) files using powershell. After a little research the following seems to work fine: [reflection.assembly]::LoadWithPartialName("System.Security") $data = [System.IO.File]::ReadAllBytes...
Page 1 of 1 (1 items)