AuthenticationTypes 类
定义
定义 AuthenticationType 属性的身份验证类型。Defines authentication types for the AuthenticationType property.
public ref class AuthenticationTypes abstract sealed
public static class AuthenticationTypes
type AuthenticationTypes = class
Public Class AuthenticationTypes
- 继承
-
AuthenticationTypes
字段
| Basic |
基本认证。Basic Authentication. |
| Federation |
联合身份验证。Federated Authentication. |
| Kerberos |
Kerberos 身份验证。Kerberos authentication. |
| Negotiate |
已协商的身份验证。Negotiated authentication. |
| Password |
用户名和密码身份验证。Username and password authentication. |
| Signature |
使用数字签名的身份验证。Authentication using a digital signature. |
| Windows |
Windows 身份验证。Windows authentication. |
| X509 |
通过 X.509 证书进行认证。Authentication using an X.509 certificate. |