Compartilhar via


KeyProperties.KeySize Propriedade

Definição

Obtém ou define o tamanho da chave em bytes. Por exemplo; 1024 ou 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a