HttpDigestClientCredential 类

定义

用于 HTTP 客户端的摘要式身份验证。

public ref class HttpDigestClientCredential sealed
public sealed class HttpDigestClientCredential
type HttpDigestClientCredential = class
Public NotInheritable Class HttpDigestClientCredential
继承
HttpDigestClientCredential

注解

摘要式身份验证验证通信双方是否知道共享的机密(密码)。 无需以明文形式发送密码即可进行身份验证。 摘要式身份验证基于质询―响应范例。 摘要式方案质询使用 Nonce(“只用一次的数字”)值。 响应必须包含用户名的校验和、密码、Nonce 值、HTTP 方法以及请求的 URI。

属性

AllowedImpersonationLevel

使用提供的客户端凭据,获取或设置客户端允许的模拟级别。

ClientCredential

获取或设置将用于基于摘要的身份验证的网络凭据。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于