HttpBaseProtocolFilter.ServerCredential 属性

定义

获取或设置用于向 HTTP 服务器进行身份验证的凭据。

public:
 property PasswordCredential ^ ServerCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ServerCredential();

void ServerCredential(PasswordCredential value);
public PasswordCredential ServerCredential { get; set; }
var passwordCredential = httpBaseProtocolFilter.serverCredential;
httpBaseProtocolFilter.serverCredential = passwordCredential;
Public Property ServerCredential As PasswordCredential

属性值

用于向 HTTP 服务器进行身份验证的凭据。

注解

系统通常确定使用 HTTP 服务器自动进行身份验证所需的凭据。 此属性只需在高级方案中设置。

适用于