Compartir a través de


KeyProperties.KeySize Propiedad

Definición

Obtiene o establece el tamaño de clave en bytes. Por ejemplo; 1024 o 2048.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a