ISsoProvider.GetCredentialsUsingTicket, méthode (Microsoft.SharePoint.Portal.SingleSignon)
Returns the credentials for the specified ticket and the specified application identifier.
Espace de noms : Microsoft.SharePoint.Portal.SingleSignon
Assembly : Microsoft.SharePoint.Portal.SingleSignon (dans microsoft.sharepoint.portal.singlesignon.dll)
Syntaxe
'Déclaration
Function GetCredentialsUsingTicket ( _
Ticket As String, _
AppID As String _
) As SsoCredentials
'Utilisation
Dim instance As ISsoProvider
Dim Ticket As String
Dim AppID As String
Dim returnValue As SsoCredentials
returnValue = instance.GetCredentialsUsingTicket(Ticket, AppID)
SsoCredentials GetCredentialsUsingTicket (
string Ticket,
string AppID
)
Paramètres
- Ticket
The access token. The maximum number of allowed characters is 300.
- AppID
An application ID.
Valeur de retour
An SsoCredentials object that represents the credentials.
Exemple
For an example, see Procédure pas à pas : implémentation d'un fournisseur d'authentification unique enfichable.
Voir aussi
Référence
ISsoProvider, interface
Membres ISsoProvider
Microsoft.SharePoint.Portal.SingleSignon, espace de noms