KeyVerifyResult.Value プロパティ

定義

署名が検証された場合は true、それ以外の場合は false を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public bool? Value { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : Nullable<bool>
Public ReadOnly Property Value As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象