ContentKeyPolicyRsaTokenKey.Modulus プロパティ

定義

RSA パラメーターの剰余を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="modulus")]
public byte[] Modulus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modulus")>]
member this.Modulus : byte[] with get, set
Public Property Modulus As Byte()

プロパティ値

Byte[]
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象