SpsSsoProvider Class
Represents the default single sign-on (SSO) provider that is included with Microsoft Office SharePoint Server 2007. It is the Office SharePoint Server 2007 implementation of the ISsoProvider interface.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Portal.SingleSignon.SpsSsoProvider
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public Class SpsSsoProvider _
Implements ISsoProvider
'Usage
Dim instance As SpsSsoProvider
public class SpsSsoProvider : ISsoProvider
Remarks
You can implement the ISsoProvider interface to replace the default SSO provider. For more information, see Walkthrough: Implementing a Pluggable SSO Provider.
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.