Skip to content

psCertificateSubject - cClientWebService

Set the Certificate Subject string for selecting a client certficate

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psCertificateSubject
Access Type Syntax
Read Access: Get psCertificateSubject to StringVariable
Write Access: Set psCertificateSubject 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 psCertficateSubject 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.