xCertThumbprintKeyVault.psd1

#
# Module manifest for module 'xCertThumbprintKeyVault'
#
# Generated by: Sven van Rijen
#
# Generated on: 23-2-2017
#

@{
  ModuleVersion     = '1.1'
  GUID              = 'a13d3567-3707-4947-afff-5be541790c0d'
  Author            = 'Sven van Rijen'
  CompanyName       = 'svenvanrijen.nl'
  Copyright         = '(c) 2017 SvenvanRijen. All rights reserved.'
  Description       = 'Adding the thumbprint of a certificate to a KeyVault.'
  FunctionsToExport = @()
  CmdletsToExport   = @()
  VariablesToExport = '*'
  AliasesToExport   = @()
  PrivateData       = @{
    PSData = @{

      # Tags applied to this module. These help with module discovery in online galleries.
      # Tags = @()

      # A URL to the license for this module.
      # LicenseUri = ''

      # A URL to the main website for this project.
      # ProjectUri = ''

      # A URL to an icon representing this module.
      # IconUri = ''

      # ReleaseNotes of this module
      # ReleaseNotes = ''

    }
  }
}