KeyProperties.KeySize Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="key_size")]
public int? KeySize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="key_size")>]
member this.KeySize : Nullable<int> with get, set
Public Property KeySize As Nullable(Of Integer)

Property Value

System.Nullable<System.Int32>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to