Share via


: SSOReturnCodes (Clase) (Microsoft.SharePoint.Portal.SingleSignon)

Contains all of the return codes that are thrown by the SingleSignonException class.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)

Sintaxis

'Declaración
<SingleSignonPermissionAttribute(SecurityAction.Demand, Access:=SingleSignonAccess.Minimal)> _
Public Class SSOReturnCodes
'Uso
Dim instance As SSOReturnCodes
[SingleSignonPermissionAttribute(SecurityAction.Demand, Access=SingleSignonAccess.Minimal)] 
public class SSOReturnCodes

Comentarios

Use the LastErrorCode property of the SingleSignonException class to get the specific return code.

Ejemplo

For an example, see Tutorial: implementación de un proveedor de SSO conectable.

Jerarquía de herencia

System.Object
  Microsoft.SharePoint.Portal.SingleSignon.SSOReturnCodes

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

SSOReturnCodes (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)