次の方法で共有


SigningKey.Flags Property

Definition

Gets the flags specifies how the key is used.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to