April, 2009

Posts
  • My Nuggets

    PKCS7 (p7b) bag of certificates and powershell

    • 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)