Foxit PDF SDK
foxit.pdf.actions.SOAPAuthenticateInfo类 参考

继承自 SystemIDisposable .

Public 成员函数

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

属性

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

详细描述

此类表示SOAP authenticate。

构造及析构函数说明

◆ SOAPAuthenticateInfo() [1/2]

foxit.pdf.actions.SOAPAuthenticateInfo.SOAPAuthenticateInfo ( string  username,
string  password,
bool  is_use_platform_auth 
)
inline

构造函数,带参数。

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

◆ SOAPAuthenticateInfo() [2/2]

foxit.pdf.actions.SOAPAuthenticateInfo.SOAPAuthenticateInfo ( SOAPAuthenticateInfo  soap_authenticate)
inline

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

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

成员函数说明

◆ Set()

void foxit.pdf.actions.SOAPAuthenticateInfo.Set ( string  username,
string  password,
bool  is_use_platform_auth 
)
inline

设置值。

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

属性说明

◆ is_use_platform_auth

bool foxit.pdf.actions.SOAPAuthenticateInfo.is_use_platform_auth
getset

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

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