Disable-Tls Ecc Curve

Disables the Elliptic Curve Cryptography (ECC) cipher suites available for TLS(Transport Layer Security) for a computer.

Syntax

Disable-TlsEccCurve
       [-Name] <String>
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]

Description

This Command disables the Elliptic Curve Cryptography (ECC) cipher suites available for TLS(Transport Layer Security) for a computer.

Examples

Example 1

PS C:\> Disable-TlsEccCurve -Name curve25519

This will disable the ECC Curve "curve25519".

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the ECC curve to disable.

Type: String
Position: 0
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Aliases: wi
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

String

Outputs

Object