Skip to content

Commit ddef885

Browse files
authored
obsoletion of TSL 1.0 and 1.1 (#7845)
1 parent dc28756 commit ddef885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Security.Authentication/SslProtocols.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
</ReturnValue>
277277
<MemberValue>192</MemberValue>
278278
<Docs>
279-
<summary>Specifies the TLS 1.0 security protocol. TLS 1.0 is provided for backward compatibility only. The TLS protocol is defined in IETF RFC 2246.</summary>
279+
<summary>Specifies the TLS 1.0 security protocol. TLS 1.0 is provided for backward compatibility only. The TLS protocol is defined in IETF RFC 2246. This field is obsolete starting in .NET 7.</summary>
280280
</Docs>
281281
</Member>
282282
<Member MemberName="Tls11">
@@ -318,7 +318,7 @@
318318
</ReturnValue>
319319
<MemberValue>768</MemberValue>
320320
<Docs>
321-
<summary>Specifies the TLS 1.1 security protocol. The TLS protocol is defined in IETF RFC 4346.</summary>
321+
<summary>Specifies the TLS 1.1 security protocol. The TLS protocol is defined in IETF RFC 4346. This field is obsolete starting in .NET 7.</summary>
322322
</Docs>
323323
</Member>
324324
<Member MemberName="Tls12">

0 commit comments

Comments
 (0)