ISsoProvider.GetRestrictedCredentials Method

Returns the single sign-on credentials for the specified application.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Function GetRestrictedCredentials ( _
    AppID As String _
) As SsoCredentials
'Usage
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As SsoCredentials

returnValue = instance.GetRestrictedCredentials(AppID)
SsoCredentials GetRestrictedCredentials(
    string AppID
)

Parameters

  • AppID
    Type: System.String
    A string containing an application identifier.

Return Value

Type: Microsoft.SharePoint.Portal.SingleSignon.SsoCredentials
An SsoCredentials object representing the single sign-on credentials.

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace