PRIM_CAPI.PrivateKey - LoadEncryptedPemFile Method
Loads a private key from an encrypted PEM file. An encrypted PEM contains the private key in encrypted PKCS#8 format.
Member of PRIM_CAPI.PrivateKey (PRIM_CAPI.PrivateKey)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Boolean | Returns True for success, False for failure. |
| Path | *Input | Unicode String | A string containing the file path of the encrypted PEM file. |
| Password | *Input | Unicode String | A string containing the password used to encrypt the PEM file. |
No detailed help is available for this feature