KeyPkcsFormat Enumeration
            Specifies the possible asymmetric key material export format.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public enum KeyPkcsFormat
Public Enumeration KeyPkcsFormat
public enum class KeyPkcsFormat
 | Unknown | 0 | Key format is unknown or not available. | 
| Pkcs1 | 1 | Only key data is exported. No key algorithm identifier is exported. | 
| Pkcs8 | 2 | Entire key is exported, including key material and key algorithm identifier. |