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.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Type:
BooleanSee Also