Skip to main content
ISsoProvider..::.GetCredentials Method

Gets the single sign-on (SSO) credentials for the specified application identifier.

Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
Function GetCredentials ( _
	AppID As String _
) As SsoCredentials
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As SsoCredentials

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

Parameters

AppID
Type: System..::.String
The application ID.
Remarks

Sensitive credentials are not returned. The SSO provider obtains the correct identity for the current user from the current HTTP request.