SecurableAuthData Class
Represents an object that contains credentials used to connect to federated search locations. Provides the base class for the FormsAuthCredentials class.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.AuthenticationData
Microsoft.Office.Server.Search.Administration.SecurableAuthData
Microsoft.Office.Server.Search.Administration.FormsAuthCredentials
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class SecurableAuthData _
Inherits AuthenticationData
'Usage
Dim instance As SecurableAuthData
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class SecurableAuthData : 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.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace