SSOReturnCodes Class

The SSOReturnCodes class contains all of the return codes that are thrown by the SingleSignonException class.

System.Object

   Microsoft.SharePoint.Portal.SingleSignon.SSOReturnCodes

Public Constructors

The following table shows the SSOReturnCodes class constructor and provides a brief description.

Name Description
SSOReturnCodes Initializes a new instance of the SSOReturnCodes class.

Public Constructors

The following table shows the SSOReturnCodes class error codes and provides a brief description of each.

Name Description
SSO_E_ACCESSDENIED 0x80630005 Access is denied.
SSO_E_EXCEPTION 0x80630428 The Microsoft Single Sign-On (SSOSrv) service threw an exception.
SS0_E_CREDS_NOT_FOUND 0x80630001L Credentials could not be found.
SS0_E_SSO_NOT_CONFIGURED 0x8063064AL SSOSrv is not configured.
SS0_E_SSO_WRONG_VERSION 0x8063064BL Wrong single sign-on database version.
SS0_E_SSO_NOT_INSTALLED 0x8063064CL SSOSrv is not installed.
SS0_E_SS0_DB_NOT_INSTALLED 0x8063064DL The single sign-on database is not created yet.
SS0_E_APPLICATION_NOT_FOUND 0x80630490L The enterprise application definition cannot be found.
SSO_E_INVALID_NUMBER_OF_CRED_FIELDS 0x80630426L The number of credential fields specified is invalid.
SSO_E_INVALID_NUMBER_OF_CREDS 0x80630425L The number of credentials is invalid.
SS0_E_SECRET_ALREADY_EXISTS 0x806300B7L The base system key already exists.
SS0_E_APPLICATION_ALREADY_EXISTS 0x806300B8L The enterprise application definition already exists.
SS0_E_DB_ALREADY_EXISTS 0x806300B9L The database specified already exists.
SS0_E_WRONG_SS 0x80630322L This is the wrong secret server.
SS0_E_ALREADY_SS 0x80630323L The computer is already set up as a secret server.
SSO_E_DUPLICATE_CREDENTIALS 0x8063000FL Duplicate credentials were specified for the enterprise application definition.
SSO_E_APPLICATION_TYPE_UNKNOWN 0x806300C0L The enterprise application definition type is unknown.
SSO_E_GET_CREDS_FLAG_UNKNOWN 0x806300C1L The get credential flag is unknown.
SSO_E_SET_CREDS_FLAG_UNKNOWN 0x806300C2L The set credential flag is unknown.
SSO_E_REENCRYPTING 0x806300C3L SSOSrv is re-encrypting the single sign-on database.
SSO_E_TICKET_TYPE_UNKNOWN 0x806300C4L The access token type is unknown.
SSO_E_MASTER_SECRET_NOT_EXIST 0x80630002L The encryption key does not exist.
SSO_E_INVALID_TICKET_TIMEOUT 0x80630003L The access token time-out specified is invalid.
SSO_E_INVALID_AUDIT_PURGE_DAYS 0x80630004L The purge audit days specified are invalid.
SSO_E_APPLICATION_CREATION_DISPOSITION_UNKNOWN 0x80630006L Disposition is unknown.
SSO_E_APPLICATION_CANNOT_OVERWRITE 0x80630007L Unable to overwrite the enterprise application definition.
SSO_E_SHAREPOINT_VROOT_CANNOT_BE_FOUND 0x80630008L The Vroot for SharePoint Central Administration, used for Microsoft Office SharePoint Portal Server 2003, could not be found.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Remarks

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

Requirements

Namespace: Microsoft.SharePoint.Portal.SingleSignon

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Security: Code Access Security