SslServerAuthenticationOptions.AllowRsaPssPadding プロパティ

定義

TLS 署名アルゴリズムの rsa_pss_* ファミリが 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

プロパティ値

属性

適用対象