Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current single sign-on (SSO) provider registered with Microsoft Office SharePoint Server 2007.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Assert, ObjectModel := True)> _
Public Shared Function GetSsoProvider As ISsoProvider
'Usage
Dim returnValue As ISsoProvider
returnValue = SsoProviderFactory.GetSsoProvider()
[SharePointPermissionAttribute(SecurityAction.Assert, ObjectModel = true)]
public static ISsoProvider GetSsoProvider()
Return Value
Type: Microsoft.SharePoint.Portal.SingleSignon.ISsoProvider
An ISsoProvider object that represents the SSO provider.