SetClientCertificateFile (Obsolete)
Description
Sets the certificate file or files to use to connect to a Web
service. This method is available for .NET Web services only.
Syntax
|
1 |
conn.SetClientCertificateFile (string filename) |
|
Argument |
Description |
|---|---|
|
conn |
The name of the SoapConnection object that |
|
filename |
A string containing the name of the certificate |
Return value
Long.
Valid values are 0 for success, and 50 for failure.
Usage
You can call the SetClientCertificateFile method instead of
including certificate information in the options argument of the
SetOptions method.
See also