SSLSocket.CertificatePassword
From Xojo Documentation
Property (As String )
aSSLSocket.CertificatePassword = newStringValue
or
StringValue = aSSLSocket.CertificatePassword
New in 2006r4
Supported for all project types and targets.
or
StringValue = aSSLSocket.CertificatePassword
New in 2006r4
Supported for all project types and targets.
The certificate password for the secure connection.
Example
This example sets the certificate password from a TextField.
socket1.CertificatePassword=TextField1.Value