| # | |
| # Manifest for 'HelpersSecurity' module | |
| # | |
| @{ | |
| RootModule = 'HelpersSecurity.psm1' | |
| ModuleVersion = '1.0' | |
| GUID = '544d00d4-e3b7-46e2-a6a1-8bbf53980e5d' | |
| CompanyName = 'Microsoft Corporation' | |
| Copyright = 'Copyright (c) Microsoft Corporation.' | |
| Description = 'Security tests helper functions' | |
| FunctionsToExport = @() | |
| AliasesToExport = @() | |
| CmdletsToExport = @("Invoke-LanguageModeTestingSupportCmdlet") | |
| } | |