add unsupported attributes to System.Net.Security#80717
Conversation
|
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue Detailsfixes #57097
It seems like the notation is not flexible enough to distinguish client vs server so I'll leave it as is.
|
|
@wfurt I think you're right that the |
* add unsupported attributes to System.Net.Security * using * CA1416
fixes #57097
The method mentioned are as follow:
QueryContextClientSpecifiedSpnpowersNegotiateAuthentication.TargetNameon server sideruntime/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs
Line 218 in 19730e5
It seems like the notation is not flexible enough to distinguish client vs server so I'll leave it as is.
CipherSuitesPolicyPalsupports publicCipherSuitesPolicy. I added unsupported attributes for Windows and Android.The Android is interesting as the class has remark about InitializeSslContext and we throw there but the server seems to be ignored. Can you please clarify @simonrozsival ? And any reason why the class does not throw directly just like Windows?
QueryContextAssociatedNamewas removed in 7.0 by Implement NegotiateAuthentication API #70720Renegotiateis backend for publicNegotiateClientCertificateAsync. Added SupportedOSPlatform attributes.