Share via


KeyCreateParameters.Kty Property

Definition

Gets or sets the type of key to create. For valid values, see JsonWebKeyType. Possible values include: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct'

[Newtonsoft.Json.JsonProperty(PropertyName="kty")]
public string Kty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kty")>]
member this.Kty : string with get, set
Public Property Kty As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to