: SpsSsoProvider.GetCredentials (Método) (Microsoft.SharePoint.Portal.SingleSignon)
Returns the single sign-on (SSO) credentials for the specified application.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)
Sintaxis
'Declaración
Public Function GetCredentials ( _
AppID As String _
) As SsoCredentials
'Uso
Dim instance As SpsSsoProvider
Dim AppID As String
Dim returnValue As SsoCredentials
returnValue = instance.GetCredentials(AppID)
public SsoCredentials GetCredentials (
string AppID
)
Parámetros
- AppID
An application ID.
Valor devuelto
Sensitive credentials are not returned. The SSO provider obtains the correct identity for the current user from the current HTTP request.
Vea también
Referencia
SpsSsoProvider (Clase)
SpsSsoProvider (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)