Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<SingleSignonPermissionAttribute(SecurityAction.Demand, Access := SingleSignonAccess.Minimal)> _
Public Class SSOReturnCodes
'Usage
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.
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.
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.