Load Private Key Into Memory Function

Owning Palette: Transport Layer Security Functions

Requires: Base Development System

Loads an X.509 private key into the local memory.

 Add to the block diagram  Find on the palette
path specifies the file path of the private key on disk.
format specifies the format of the private key.

0PKCS#8 (PEM)
1PKCS#8 (DER)
password specifies the password to decrypt encrypted PEM private keys. The default is an empty string.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
private key returns the private key in Distinguished Encoding Rules (DER) format. Use this output as the input to the Add Private Key To TLS Configuration function.
Caution  Disclosure of the private key compromises the security of your application.
error out contains error information. This output provides standard error out functionality.