ExportOption
ExportOption
ExportOption
ExportOption
Enum
Definition
Specifies whether a private key can be exported. This enumeration type is used in the Exportable property of a CertificateRequestProperties object.
public : enum class ExportOptionpublic enum ExportOptionPublic Enum ExportOption// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Exportable Exportable Exportable Exportable | The private key is exportable. |
| NotExportable NotExportable NotExportable NotExportable | The private key is not exportable. |