PowerShell/test/powershell/Modules/Microsoft.PowerShell.Security
Travis Plunk 3496136999 Remove undocumented certificate Win32 APIs (#3818)
The code paths deleted where using the undocumented Win32 APIs on WIn8 and newer for the following purposes:
* Faster filtering
* Getting two properties (left empty on Win7 and below)
* Logging using Certificate components when a cert is deleted or copied.

After the change, all the code uses public APIs.  Filtering is done in PowerShell using existing code.  I don't believe the logging is needed.
2017-05-22 22:33:51 -07:00
..
TestData/CatalogTestData Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
AclCmdlets.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
certificateCommon.psm1 Remove undocumented certificate Win32 APIs (#3818) 2017-05-22 22:33:51 -07:00
CertificateProvider.Tests.ps1 Remove undocumented certificate Win32 APIs (#3818) 2017-05-22 22:33:51 -07:00
CmsMessage.Tests.ps1 Remove undocumented certificate Win32 APIs (#3818) 2017-05-22 22:33:51 -07:00
ExecutionPolicy.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
FileCatalog.Tests.ps1 Add ShouldProcess to New-FileCatalog and Test-FileCatalog (#3074) 2017-02-17 16:32:58 -08:00
GetCredential.Tests.ps1 Add autoload for test modules (#3342) 2017-03-26 21:46:39 -07:00
SecureString.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00