ISsoProvider.GetRestrictedCredentials, méthode (Microsoft.SharePoint.Portal.SingleSignon)
Returns the single sign-on credentials for the specified application.
Espace de noms : Microsoft.SharePoint.Portal.SingleSignon
Assembly : Microsoft.SharePoint.Portal.SingleSignon (dans microsoft.sharepoint.portal.singlesignon.dll)
Syntaxe
'Déclaration
Function GetRestrictedCredentials ( _
AppID As String _
) As SsoCredentials
'Utilisation
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As SsoCredentials
returnValue = instance.GetRestrictedCredentials(AppID)
SsoCredentials GetRestrictedCredentials (
string AppID
)
Paramètres
- AppID
A string containing an application identifier.
Valeur de retour
An SsoCredentials object representing the single sign-on credentials.
Voir aussi
Référence
ISsoProvider, interface
Membres ISsoProvider
Microsoft.SharePoint.Portal.SingleSignon, espace de noms