次の方法で共有


KeyVerifyParameters.Algorithm プロパティ

定義

署名/検証アルゴリズムを取得または設定します。 考えられるアルゴリズムの種類の詳細については、「JsonWebKeySignatureAlgorithm」を参照してください。 使用できる値は、'PS256'、'PS384'、'PS512'、'RS256'、'RS384'、'RS512'、'RSNULL'、'ES256'、'ES384'、'ES512'、'ECDSA256' です。

[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

適用対象