Foxit PDF SDK
FSSOAPAuthenticateInfo类 参考

继承自 NSObject .

构造函数

(id) - init
 构造函数。

 
(id) - initWithSoap_authenticate:
 拷贝构造函数,使用另一个SOAP身份验证对象。
更多...
 
(void) - set:password:is_use_platform_auth:
 设置值。
更多...
 

属性

BOOL is_use_platform_auth
 指示是否应使用平台身份验证的布尔值。
更多...
 
NSString * password
 包含用于身份验证的密码的字符串。

 
NSString * username
 包含用于身份验证的用户名的字符串。

 

详细描述

此类表示SOAP authenticate。

函数文档

◆ initWithSoap_authenticate:()

- (id) initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)  soap_authenticate

拷贝构造函数,使用另一个SOAP身份验证对象。

参数
[in]soap_authenticate另一个SOAP身份验证对象。

◆ set:password:is_use_platform_auth:()

- (void) set: (NSString *)  username
password: (NSString *)  password
is_use_platform_auth: (BOOL)  is_use_platform_auth 

设置值。

参数
[in]username包含用于身份验证的用户名的字符串。
[in]password包含用于身份验证的密码的字符串。
[in]is_use_platform_auth指示是否应使用平台身份验证的布尔值。

返回
无返回值。

属性说明

◆ is_use_platform_auth

- (BOOL) is_use_platform_auth
readwritenonatomicassign

指示是否应使用平台身份验证的布尔值。

如果为YES,则忽略usernamepassword,并使用底层平台 网络代码。这可能会向用户显示身份验证UI,和/或使用当前登录用户的凭据。 默认值为NO,仅在Windows平台上支持。