ISsoProvider Interface
Represents a single sign-on (SSO) provider. Can be implemented to replace the default SSO provider.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public Interface ISsoProvider
'Usage
Dim instance As ISsoProvider
public interface ISsoProvider
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.