Gets the single sign-on (SSO) credentials for the specified application identifier.
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
Function GetCredentials ( _
AppID As String _
) As SsoCredentialsDim 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.
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.