Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSPGP
0.1.13
PSPGP.Libraries.ps1
$LibrariesToLoad
=
@(
'Lib\Standard\BouncyCastle.Cryptography.dll'
'Lib\Standard\PgpCore.dll'
'Lib\Standard\PSPGP.dll'
)
foreach
(
$L
in
$LibrariesToLoad
)
{
Add-Type
-Path
$PSScriptRoot\$L
}