次の方法で共有


RsaTokenKey.Alg プロパティ

定義

使用する RSA アルゴリズム (RS256、RS384、または RS512) を取得または設定します。 使用できる値は、'RS256'、'RS384'、'RS512' です。

[Newtonsoft.Json.JsonProperty(PropertyName="alg")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRsaAlgo Alg { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alg")>]
member this.Alg : Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRsaAlgo with get, set
Public Property Alg As AccessPolicyRsaAlgo

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象