A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/microsoft.powershell.commands.websslprotocol below:

WebSslProtocol Enum (Microsoft.PowerShell.Commands) | Microsoft Learn

WebSslProtocol Enum Definition
Namespace:
Microsoft.PowerShell.Commands
Assembly:
Microsoft.PowerShell.Commands.Utility.dll
Package:
Microsoft.PowerShell.Commands.Utility v7.0.13
Package:
Microsoft.PowerShell.Commands.Utility v7.1.7
Package:
Microsoft.PowerShell.Commands.Utility v7.2.12
Package:
Microsoft.PowerShell.Commands.Utility v7.3.5
Package:
Microsoft.PowerShell.Commands.Utility v7.4.0
Package:
Microsoft.PowerShell.Commands.Utility v6.2.0

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The valid values for the -SslProtocol parameter for Invoke-RestMethod and Invoke-WebRequest.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum WebSslProtocol
[<System.Flags>]
type WebSslProtocol = 
Public Enum WebSslProtocol
Inheritance
Attributes
Fields Name Value Description Default 0

No SSL protocol will be set and the system defaults will be used.

Tls 192

Specifies the TLS 1.0 is obsolete. Using this value now defaults to TLS 1.2.

Tls11 768

Specifies the TLS 1.1 is obsolete. Using this value now defaults to TLS 1.2.

Tls12 3072

Specifies the TLS 1.2 security protocol. The TLS protocol is defined in IETF RFC 5246.

Tls13 12288

Specifies the TLS 1.3 security protocol. The TLS protocol is defined in IETF RFC 8446.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4