Skip to main content
SSOReturnCodes Class

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

Inheritance Hierarchy
System..::.Object
  Microsoft.SharePoint.Portal.SingleSignon..::.SSOReturnCodes

Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
<SingleSignonPermissionAttribute(SecurityAction.Demand, Access := SingleSignonAccess.Minimal)> _
Public Class SSOReturnCodes
Dim instance As SSOReturnCodes
[SingleSignonPermissionAttribute(SecurityAction.Demand, Access = SingleSignonAccess.Minimal)]
public class SSOReturnCodes
Remarks

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

Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.