AuthenticationData class
Fornece a classe base para os objetos que contém os dados de autenticação são usados para se conectar a locais de pesquisa agrupada.
Inheritance hierarchy
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
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<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
'Uso
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
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Ver também
Referência
Microsoft.Office.Server.Search.Administration namespace
Outros recursos
Getting Started with the Enterprise Search Administration Object Model