Skip to content

Latest commit

 

History

History
219 lines (173 loc) · 4.33 KB

File metadata and controls

219 lines (173 loc) · 4.33 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

New-ConfigurationProjectSigning

SYNOPSIS

Creates signing defaults for a PowerShell-authored project build.

SYNTAX

__AllParameterSets

New-ConfigurationProjectSigning [-Mode <ConfigurationProjectSigningMode>] [-ToolPath <string>] [-Thumbprint <string>] [-SubjectName <string>] [-OnMissingTool <DotNetPublishPolicyMode>] [-OnFailure <DotNetPublishPolicyMode>] [-TimestampUrl <string>] [-Description <string>] [-Url <string>] [-Csp <string>] [-KeyContainer <string>] [<CommonParameters>]

DESCRIPTION

Creates signing defaults for a PowerShell-authored project build.

EXAMPLES

EXAMPLE 1

New-ConfigurationProjectSigning -ToolPath 'C:\Path'

PARAMETERS

-Csp

Optional CSP name.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Description

Optional signature description.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-KeyContainer

Optional key container name.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Mode

Signing activation mode.

Type: ConfigurationProjectSigningMode
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: Disabled, OnDemand, Enabled

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-OnFailure

Policy when signing a file fails.

Type: DotNetPublishPolicyMode
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: Warn, Fail, Skip

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-OnMissingTool

Policy when the signing tool is missing.

Type: DotNetPublishPolicyMode
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: Warn, Fail, Skip

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-SubjectName

Optional certificate subject name.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Thumbprint

Optional certificate thumbprint.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-TimestampUrl

Optional timestamp URL.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-ToolPath

Optional path to the signing tool.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Url

Optional signature URL.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • PowerForge.ConfigurationProjectSigning

RELATED LINKS

  • None