CertificatePolicy.Exportable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the certificate key is exportable from the vault or secure certificate store.
public bool? Exportable { get; set; }
member this.Exportable : Nullable<bool> with get, set
Public Property Exportable As Nullable(Of Boolean)