Foxit PDF SDK
foxit::SOAPAuthenticateInfo类 参考

继承自 Object .

Public 成员函数

 SOAPAuthenticateInfo ()
 构造函数。
 
 SOAPAuthenticateInfo (const wchar_t *username, const wchar_t *password, bool is_use_platform_auth)
 构造函数,带参数。 更多...
 
 SOAPAuthenticateInfo (const SOAPAuthenticateInfo &soap_authenticate)
 拷贝构造函数,使用另一个SOAP身份验证对象。 更多...
 
void Set (const wchar_t *username, const wchar_t *password, bool is_use_platform_auth)
 设置值。 更多...
 

Public 属性

bool is_use_platform_auth
 指示是否应使用平台身份验证的布尔值。 更多...
 
WString password
 包含用于身份验证的密码的字符串。
 
WString username
 包含用于身份验证的用户名的字符串。
 

详细描述

此类表示SOAP authenticate。

构造及析构函数说明

◆ SOAPAuthenticateInfo() [1/2]

foxit::SOAPAuthenticateInfo::SOAPAuthenticateInfo ( const wchar_t *  username,
const wchar_t *  password,
bool  is_use_platform_auth 
)
inline

构造函数,带参数。

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

◆ SOAPAuthenticateInfo() [2/2]

foxit::SOAPAuthenticateInfo::SOAPAuthenticateInfo ( const SOAPAuthenticateInfo soap_authenticate)
inline

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

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

成员函数说明

◆ Set()

void foxit::SOAPAuthenticateInfo::Set ( const wchar_t *  username,
const wchar_t *  password,
bool  is_use_platform_auth 
)
inline

设置值。

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

类成员变量说明

◆ is_use_platform_auth

bool foxit::SOAPAuthenticateInfo::is_use_platform_auth

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

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