在服务器上获取指定网站的身份验证模式。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public ReadOnly Property AuthenticationMode As AuthenticationMode
Get
用法
Dim instance As ServerInfo
Dim value As AuthenticationMode
value = instance.AuthenticationMode
public AuthenticationMode AuthenticationMode { get; }
属性值
类型:System.Web.Configuration.AuthenticationMode
在服务器上指定网站的身份验证模式。