SslServerAuthenticationOptions.AllowRsaPkcs1Padding Propiedad

Definición

Obtiene o establece un valor que indica si la familia rsa_pkcs1_* de algoritmos de firma TLS está habilitada para su uso en el protocolo de enlace TLS.

public:
 property bool AllowRsaPkcs1Padding { bool get(); void set(bool value); };
public bool AllowRsaPkcs1Padding { get; [System.Runtime.Versioning.SupportedOSPlatform("linux")] [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("linux")>]
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.AllowRsaPkcs1Padding : bool with get, set
Public Property AllowRsaPkcs1Padding As Boolean

Valor de propiedad

Atributos

Se aplica a