次の方法で共有


KeyOperationsParameters.Algorithm プロパティ

定義

アルゴリズム識別子を取得または設定します。 使用できる値は、'RSA-OAEP'、'RSA-OAEP-256'、'RSA1_5' です。

[Newtonsoft.Json.JsonProperty(PropertyName="alg")]
public string Algorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alg")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象