do not export .net wrapper functions

This commit is contained in:
OCram85 2019-04-08 14:54:14 +02:00
parent 7a03ba5f33
commit cdd5a8d451
1 changed files with 4 additions and 3 deletions

View File

@ -64,14 +64,15 @@
FunctionsToExport = @(
# Certificate
'Get-CSCertificate',
'Get-CSPfxCertificate',
'Import-CSCertificate',
'Import-CSPfxCertificate',
'New-CSCertAttribute',
'New-CSCertificate',
'Test-CSCertificate',
'Test-CSPfxCertificate',
'Use-CSCertificate',
# Pfx Certificate
# 'Get-CSPfxCertificate',
# 'Import-CSPfxCertificate',
# 'Test-CSPfxCertificate',
# Connection
'Connect-To',
'Disconnect-From',