SsoAuthData Class
Provides information about the single sign-on (SSO) provider for the credentials used to connect to the federated location.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.AuthenticationData
Microsoft.Office.Server.Search.Administration.SsoAuthData
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SsoAuthData _
Inherits AuthenticationData
'Usage
Dim instance As SsoAuthData
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SsoAuthData : 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