SSOReturnCodes 类 (Microsoft.SharePoint.Portal.SingleSignon)
Contains all of the return codes that are thrown by the SingleSignonException class.
命名空间: Microsoft.SharePoint.Portal.SingleSignon
程序集: Microsoft.SharePoint.Portal.SingleSignon (在 microsoft.sharepoint.portal.singlesignon.dll 中)
语法
声明
<SingleSignonPermissionAttribute(SecurityAction.Demand, Access:=SingleSignonAccess.Minimal)> _
Public Class SSOReturnCodes
用法
Dim instance As SSOReturnCodes
[SingleSignonPermissionAttribute(SecurityAction.Demand, Access=SingleSignonAccess.Minimal)]
public class SSOReturnCodes
备注
Use the LastErrorCode property of the SingleSignonException class to get the specific return code.
示例
For an example, see 演练:实现可插入 SSO 提供程序.
继承层次结构
System.Object
Microsoft.SharePoint.Portal.SingleSignon.SSOReturnCodes
线程安全性
此类型的任何公共静态(在 Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。
另请参阅
参考
SSOReturnCodes 成员
Microsoft.SharePoint.Portal.SingleSignon 命名空间