SpsSsoProvider.GetSsoProviderInfo Method
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()