SslServerAuthenticationOptions.AllowRsaPssPadding Propiedad

Definición

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

public:
 property bool AllowRsaPssPadding { bool get(); void set(bool value); };
public bool AllowRsaPssPadding { 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.AllowRsaPssPadding : bool with get, set
Public Property AllowRsaPssPadding As Boolean

Valor de propiedad

Atributos

Se aplica a