Delen via


KeyCreateParameters.KeySize Property

Definition

Gets or sets the key size in bytes. For example, 1024 or 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to