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
No SSL protocol will be set and the system defaults will be used.
Tls 192Specifies the TLS 1.0 is obsolete. Using this value now defaults to TLS 1.2.
Tls11 768Specifies the TLS 1.1 is obsolete. Using this value now defaults to TLS 1.2.
Tls12 3072Specifies the TLS 1.2 security protocol. The TLS protocol is defined in IETF RFC 5246.
Tls13 12288Specifies 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