psCertificateStore - cClientWebService
Set the Certificate Store string for selecting a client certficate
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psCertificateStore
| Access Type | Syntax |
|---|---|
| Read Access: | Get psCertificateStore to StringVariable |
| Write Access: | Set psCertificateStore to StringVariable/Value |
Description
If a secure (HTTPS) web-service requires that you provide a client certificate you may select the client certificate by setting the psCertificateStore and the psCertificateSubject properties.
Note that this logon information will not be found in the service's WSDL and will therefore not be added automatically to your web-service. You will need to set these properties yourself.
See SelectClientCertificate for more information about client certificates.