AuthenticationData 类
包含用于连接到联合的搜索位置的身份验证数据的对象提供基类。
继承层次结构
System.Object
Microsoft.Office.Server.Search.Administration.AuthenticationData
Microsoft.Office.Server.Search.Administration.AccountAuthCredentials
Microsoft.Office.Server.Search.Administration.CookieAuthData
Microsoft.Office.Server.Search.Administration.SecurableAuthData
Microsoft.Office.Server.Search.Administration.SsoAuthData
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<KnownTypeAttribute(GetType(AccountAuthCredentials))> _
<DataContractAttribute> _
<KnownTypeAttribute(GetType(SsoAuthData))> _
<KnownTypeAttribute(GetType(FormsAuthCredentials))> _
<KnownTypeAttribute(GetType(CookieAuthData))> _
<KnownTypeAttribute(GetType(SecurableAuthData))> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class AuthenticationData
用法
Dim instance As AuthenticationData
[KnownTypeAttribute(typeof(AccountAuthCredentials))]
[DataContractAttribute]
[KnownTypeAttribute(typeof(SsoAuthData))]
[KnownTypeAttribute(typeof(FormsAuthCredentials))]
[KnownTypeAttribute(typeof(CookieAuthData))]
[KnownTypeAttribute(typeof(SecurableAuthData))]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public abstract class AuthenticationData
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。
另请参阅
引用
Microsoft.Office.Server.Search.Administration 命名空间
其他资源
Getting Started with the Enterprise Search Administration Object Model