Compartilhar via


KeyCreateParameters.Kty Propriedade

Definição

Obtém ou define o tipo de chave a ser criado. Para obter valores válidos, consulte JsonWebKeyType. Os valores possíveis incluem: '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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a