SpsSsoProvider.GetRestrictedCredentials Method

Gets the sensitive single sign-on SSO credentials for the specified application.

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.SingleSignon.SsoCredentials
An SsoCredentials object that represents the sensitive credentials.

Implements

ISsoProvider.GetRestrictedCredentials(String)

See Also

Reference

SpsSsoProvider Class

SpsSsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace