次の方法で共有


SigningKey.Protocol Property

Definition

Gets the protocol value. The value is always 3.

[Newtonsoft.Json.JsonProperty(PropertyName="protocol")]
public int? Protocol { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocol")>]
member this.Protocol : Nullable<int>
Public ReadOnly Property Protocol As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to