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.
Gets the provider information.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public Function GetSsoProviderInfo As SsoProviderInfo
'Usage
Dim instance As SpsSsoProvider
Dim returnValue As SsoProviderInfo
returnValue = instance.GetSsoProviderInfo()
public SsoProviderInfo GetSsoProviderInfo()
Return Value
Type: Microsoft.SharePoint.Portal.SingleSignon.SsoProviderInfo
An SsoProviderInfo object that contains the provider information.
Implements
ISsoProvider.GetSsoProviderInfo()