Manage-SessionKeyLogFile.psd1

# Module manifest for 'Manage-SessionKeyLogFile'
# Generated by: Luís Pinto
# Generated on: 03/11/2019

@{
    RootModule = 'Manage-SessionKeyLogFile.psm1'
    ModuleVersion = '1.0.190311'
    GUID = 'ec2dcd49-1da4-433d-898d-2f31ee5c032a'
    Author = 'L. Pinto'
    CompanyName = ''
    Copyright = 'Copr. 2019 L. Pinto'
    Description = 'An attempt at simplifying the creation or removal of an environment variable called "SSLKEYLOGFILE".'
    AliasesToExport = '*'
    CmdletsToExport = '*'
    FunctionsToExport = 'Enable-SessionKeyLogFile', 'Disable-SessionKeyLogFile'
    VariablesToExport = '*'

    PrivateData = @{
        PSData = @{
            Tags = 'Wireshark'
        } # END PSData
    } # END PrivateData
}