Share via


CertificatePolicy.KeyProperties Property

Definition

Gets or sets properties of the key backing a certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="key_props")]
public Microsoft.Azure.KeyVault.Models.KeyProperties KeyProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="key_props")>]
member this.KeyProperties : Microsoft.Azure.KeyVault.Models.KeyProperties with get, set
Public Property KeyProperties As KeyProperties

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to