You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/list-of-diagnostics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The PR that reveals the implementation of the `<IncludeInternalObsoleteAttribute
112
112
|__`SYSLIB0055`__| The underlying hardware instruction does not perform a signed saturate narrowing operation, and it always returns an unsigned result. Use the unsigned overload instead. |
113
113
|__`SYSLIB0056`__| LoadFrom with a custom AssemblyHashAlgorithm is obsolete. Use overloads without an AssemblyHashAlgorithm. |
114
114
|__`SYSLIB0057`__| Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates. |
115
-
|__`SYSLIB0058`__| KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead. |
115
+
|__`SYSLIB0058`__| KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead. |
116
116
|__`SYSLIB0059`__| SystemEvents.EventsThreadShutdown callbacks are not run before the process exits. Use AppDomain.ProcessExit instead. |
117
117
|__`SYSLIB0060`__| The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead. |
Copy file name to clipboardExpand all lines: src/libraries/Common/src/System/Obsoletions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ internal static class Obsoletions
183
183
internalconststringX509CtorCertDataObsoleteMessage="Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.";
internalconststringTlsCipherAlgorithmEnumsMessage="KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.";
186
+
internalconststringTlsCipherAlgorithmEnumsMessage="KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.";
internalconststringSystemEventsEventsThreadShutdownMessage="SystemEvents.EventsThreadShutdown callbacks are not run before the process exits. Use AppDomain.ProcessExit instead.";
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
666
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
670
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
671
671
#endif
672
672
publicintCipherStrength{get{thrownull;}}
673
673
#if NET10_0_OR_GREATER
674
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
674
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
675
675
#endif
676
676
publicintExchangeStrength{get{thrownull;}}
677
677
#if NET10_0_OR_GREATER
678
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
678
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
682
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
683
683
#endif
684
684
publicintHashStrength{get{thrownull;}}
685
685
#if NET10_0_OR_GREATER
686
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
686
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
541
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
542
542
publicenumCipherAlgorithmType
543
543
{
544
544
None=0,
@@ -552,15 +552,15 @@ public enum CipherAlgorithmType
552
552
Aes=26129,
553
553
Rc4=26625,
554
554
}
555
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
555
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
556
556
publicenumExchangeAlgorithmType
557
557
{
558
558
None=0,
559
559
RsaSign=9216,
560
560
RsaKeyX=41984,
561
561
DiffieHellman=43522,
562
562
}
563
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
563
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
254
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
256
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
257
257
publicvirtualintCipherStrength{get{thrownull;}}
258
-
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
258
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
260
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
267
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
269
+
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.",DiagnosticId="SYSLIB0058",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
0 commit comments