: ISsoProvider.GetCredentialsUsingTicket (Método) (Microsoft.SharePoint.Portal.SingleSignon)
Returns the credentials for the specified ticket and the specified application identifier.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)
Sintaxis
'Declaración
Function GetCredentialsUsingTicket ( _
Ticket As String, _
AppID As String _
) As SsoCredentials
'Uso
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
)
Parámetros
- Ticket
The access token. The maximum number of allowed characters is 300.
- AppID
An application ID.
Valor devuelto
An SsoCredentials object that represents the credentials.
Ejemplo
For an example, see Tutorial: implementación de un proveedor de SSO conectable.
Vea también
Referencia
ISsoProvider (Interfaz)
ISsoProvider (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)