AuthenticationTypes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AuthenticationType 属性的身份验证类型。
public ref class AuthenticationTypes abstract sealed
public static class AuthenticationTypes
type AuthenticationTypes = class
Public Class AuthenticationTypes
- 继承
-
AuthenticationTypes
字段
Basic |
基本认证。 |
Federation |
联合身份验证。 |
Kerberos |
Kerberos 身份验证。 |
Negotiate |
已协商的身份验证。 |
Password |
用户名和密码身份验证。 |
Signature |
使用数字签名的身份验证。 |
Windows |
Windows 身份验证。 |
X509 |
通过 X.509 证书进行认证。 |