net10.0
namespace System.Net.Security
{
    public class SslServerAuthenticationOptions
    {
        public bool AllowRsaPssPadding
        {
            get;
            [SupportedOSPlatform("linux")]
            [SupportedOSPlatform("windows")]
            set;
        }

    }
}
nuget.org
0.0 %
Reference this API
0.0 %
Get property
0.0 %
Set property
Design Reviews
.NET
10.0
Information specific to net10.0
Assembly

System.Net.Security , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

The property getter is supported on any platform except for these:

  • Browser
  • wasi

The property setter is only supported on the following platforms:

  • Linux
  • Windows
  • Built-in API
  • Package-provided API