Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
SOAPAuthenticateInfo () | |
Constructor. | |
SOAPAuthenticateInfo (string username, string password, bool is_use_platform_auth) | |
Constructor, with parameters. More... | |
SOAPAuthenticateInfo (SOAPAuthenticateInfo soap_authenticate) | |
Constructor, with another SOAP authenticate object. More... | |
void | Set (string username, string password, bool is_use_platform_auth) |
Set values. More... | |
Properties | |
bool | is_use_platform_auth [get, set] |
A Boolean value indicating that platform authentication should be used. More... | |
string | password [get, set] |
A string containing the password to use for authentication. | |
string | username [get, set] |
A string containing the user name to use for authentication. | |
This class represents SOAP authenticate.
|
inline |
Constructor, with parameters.
[in] | username | A string containing the user name to use for authentication. |
[in] | password | A string containing the password to use for authentication. |
[in] | is_use_platform_auth | A Boolean value indicating that platform authentication should be used. |
|
inline |
Constructor, with another SOAP authenticate object.
[in] | soap_authenticate | Another SOAP authenticate object. |
|
inline |
Set values.
[in] | username | A string containing the user name to use for authentication. |
[in] | password | A string containing the password to use for authentication. |
[in] | is_use_platform_auth | A Boolean value indicating that platform authentication should be used. |
|
getset |
A Boolean value indicating that platform authentication should be used.
If true, username and password are ignored and the underlying platform networking code is used.This may cause an authentication UI to be shown to the user and/or the credentials of the currently logged in user to be used. The default is false and is only supported on the Windows platform.