SSLClientCert
Specifies the TLS (SSL) client certificate issued by ADP that your application presents for authentication.
Data Type
string
Default Value
""
Remarks
This property provides the client certificate required for authentication between your application and ADP.
ADP issues the certificate in two parts: a private key and a public certificate. You must combine these into a valid file format and supply them to the component.
Accepted formats depend on the value of the SSLClientCertType property. If the certificate is encrypted, the password must be specified in SSLClientCertPassword.
For details about obtaining, formatting, and combining your certificate, see Before You Connect.
This property is useful when connecting to ADP environments that require mutual TLS authentication using client certificates.