: ISsoProvider.GetRestrictedCredentials (Método) (Microsoft.SharePoint.Portal.SingleSignon)
Returns the single sign-on credentials for the specified application.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)
Sintaxis
'Declaración
Function GetRestrictedCredentials ( _
AppID As String _
) As SsoCredentials
'Uso
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As SsoCredentials
returnValue = instance.GetRestrictedCredentials(AppID)
SsoCredentials GetRestrictedCredentials (
string AppID
)
Parámetros
- AppID
A string containing an application identifier.
Valor devuelto
An SsoCredentials object representing the single sign-on credentials.
Vea también
Referencia
ISsoProvider (Interfaz)
ISsoProvider (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)