SingleSignonCredsNotFoundException 类 (Microsoft.SharePoint.Portal.SingleSignon)

Represents an exception that is thrown when SharePoint cannot find the requested credentials in the Single Signon database.

命名空间: Microsoft.SharePoint.Portal.SingleSignon
程序集: Microsoft.SharePoint.Portal.SingleSignon (在 microsoft.sharepoint.portal.singlesignon.dll 中)

语法

声明
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class SingleSignonCredsNotFoundException
    Inherits SingleSignonException
用法
Dim instance As SingleSignonCredsNotFoundException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class SingleSignonCredsNotFoundException : SingleSignonException

继承层次结构

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.SharePoint.Portal.SingleSignon.SingleSignonException
        Microsoft.SharePoint.Portal.SingleSignon.SingleSignonCredsNotFoundException

线程安全性

此类型的任何公共静态( Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

参考

SingleSignonCredsNotFoundException 成员
Microsoft.SharePoint.Portal.SingleSignon 命名空间