Returns the current single sign-on (SSO) provider registered with Microsoft Office SharePoint Server 2007 or the default SSO provider (see Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SsoProviderFactoryDim instance As SsoProviderFactory[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SsoProviderFactory Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.