1 implementation of Protocol
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
105
public SslProtocols
Protocol
=> _snapshotted ? _protocol : _sslStream.SslProtocol;
2 references to Protocol
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
515
if (tlsFeature.
Protocol
< SslProtocols.Tls12)
517
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorMinTlsVersion(tlsFeature.
Protocol
), Http2ErrorCode.INADEQUATE_SECURITY, ConnectionEndReason.InsufficientTlsVersion);