SsoProviderFactory.GetSsoProvider Method

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.

See Also

Reference

SsoProviderFactory Class

SsoProviderFactory Members

Microsoft.SharePoint.Portal.SingleSignon Namespace