X509PrivateKeyBuilder.Exportable 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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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