X509PrivateKeyBuilderExportable Property
Gets or sets the flag that indicates whether the private key is exportable or not. For hardware providers,
this flag is set to False and cannot be modified.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool Exportable { get; set; }
Public Property Exportable As Boolean
Get
Set
public:
property bool Exportable {
bool get ();
void set (bool value);
}
member Exportable : bool with get, set
Property Value
Boolean