CONFIGoAcceptedClientHTTPSProtocols Field |
SSL/TLS Protocols we allow the client to choose from (when we call AuthenticateAsServer)
We allow all protocols by default (Ssl2,Ssl3,Tls1) and also 'Bitwise OR' in the constants for TLS1.1 and TLS1.2 in case we happen to be running on .NET4.5.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static SslProtocols oAcceptedClientHTTPSProtocols
Public Shared oAcceptedClientHTTPSProtocols As SslProtocols
public:
static SslProtocols oAcceptedClientHTTPSProtocols
Field Value
Type:
SslProtocolsSee Also