PrivateKey
Specifies the private key to use for certificate authentication.
Data Type
string
Default Value
""
Remarks
Certificate authentication uses PEM private keys to authenticate. The connector can accept PEM private keys in one of two forms: key files in PEM format or strings containing Base64-encoded PEM keys.
If you want to use a key file, set PrivateKeyType to PEM_FILE and set this property to the absolute path to the private key file.
If you want to supply the key as a string, set PrivateKeyType to PEM_BLOB and set this property to the key content, encoded in Base64.