Compartilhar via


SingleSignonCredsNotFoundException De classe

Representa uma exceção que é acionada quando SharePoint não é possível localizar os credenciais solicitadas no banco de dados de Single Signon.

Espaço para nome Microsoft.SharePoint.Portal.SingleSignon
Conjunto de Módulos (Assembly) Microsoft.SharePoint.Portal.SingleSignon (em microsoft.sharepoint.portal.singlesignon.dll)

A sintaxe

<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

Hierarquia de herança

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

Segmento de segurança

Qualquer público estático ( compartilhadas Na Visual Basic) os membros desse tipo são segmento seguro. Os membros de instância não são garantia ser segmento seguro.

Consulte também

Referência

SingleSignonCredsNotFoundException Membros
Microsoft.SharePoint.Portal.SingleSignon De espaço para nome