SslClientAuthenticationOptions
SslClientAuthenticationOptions()
AllowRenegotiation
AllowRsaPkcs1Padding
AllowRsaPssPadding
AllowTlsResume
ApplicationProtocols
CertificateChainPolicy
CertificateRevocationCheckMode
CipherSuitesPolicy
ClientCertificateContext
ClientCertificates
EnabledSslProtocols
EncryptionPolicy
LocalCertificateSelectionCallback
RemoteCertificateValidationCallback
TargetHost
net11.0
namespace System.Net.Security
{
public class SslClientAuthenticationOptions
{
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.011.0 |
Information specific to net11.0 | |
| Assembly | System.Net.Security , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is supported on any platform except for these:
The property setter is only supported on the following platforms:
|
- Built-in API
- Package-provided API