Key Parameter (Connect-Paylocity Cmdlet)
The secret key for the symmetric algorithm.
Syntax
Connect-Paylocity -Key string
Data Type
cstr
Default Value
""
Remarks
The AES symmetric key(base 64 encoded) encrypted with the Paylocity Public Key. Paylocity will decrypt the AES key using RSA decryption and use it to decrypt the content. It is an optional property if the IV value is not provided. In this case, the driver will generate a key internally.
This is a required parameter.