AuthenticationTypes 类

定义

定义属性的 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 证书进行身份验证。

适用于