Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithSoap_authenticate: |
Constructor, with another SOAP authenticate object. More... | |
(void) | - set:password:is_use_platform_auth: |
Set values. More... | |
Properties | |
BOOL | is_use_platform_auth |
A Boolean value indicating that platform authentication should be used. More... | |
NSString * | password |
A string containing the password to use for authentication. | |
NSString * | username |
A string containing the user name to use for authentication. | |
This class represents SOAP authenticate.
- (id) initWithSoap_authenticate: | (FSSOAPAuthenticateInfo*) | soap_authenticate |
Constructor, with another SOAP authenticate object.
[in] | soap_authenticate | Another SOAP authenticate object. |
- (void) set: | (NSString *) | username | |
password: | (NSString *) | password | |
is_use_platform_auth: | (BOOL) | is_use_platform_auth | |
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. |
|
readwritenonatomicassign |
A Boolean value indicating that platform authentication should be used.
If YES, 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 NO and is only supported on the Windows platform.