[ObsoleteAttribute("此配置已被弃用,不再支持代理", true)]
public enum AuthenticationType
<ObsoleteAttribute("此配置已被弃用,不再支持代理", true)>
Public Enumeration AuthenticationType
[<ObsoleteAttribute("此配置已被弃用,不再支持代理", true)>]
type AuthenticationType
None | 0 | 不允许身份认证 |
Digest | 1 | 指定摘要身份验证。 |
Basic | 8 | 指定基本身份验证。 |
Anonymous | 32,768 | 指定匿名身份验证。 |