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 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
- AppID
Type: System.String
An application ID.
Return Value
Type: Microsoft.SharePoint.Portal.SingleSignon.SsoCredentials
An SsoCredentials object that represents the sensitive credentials.
Implements
ISsoProvider.GetRestrictedCredentials(String)