Share via


Certificate.IsExportable Property

Definition

Gets the is exportable flag of the certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isExportable")]
public bool IsExportable { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isExportable")>]
member this.IsExportable : bool
Public ReadOnly Property IsExportable As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to