Compartir a través de


KeyCreateParameters.Kty Propiedad

Definición

Obtiene o establece el tipo de clave que se va a crear. Para obtener valores válidos, consulte JsonWebKeyType. Entre los valores posibles se incluyen: "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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a