SecureStoreServiceCredentialsNotFoundFault class

Represents a fault that is caused when the Secure Store Service cannot find the requested credentials in the Secure Store database.

Inheritance hierarchy

System.Object
  Microsoft.Office.SecureStoreService.Server.SecureStoreServiceCredentialsNotFoundFault

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreServiceCredentialsNotFoundFault
'Usage
Dim instance As SecureStoreServiceCredentialsNotFoundFault
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SecureStoreServiceCredentialsNotFoundFault

Remarks

This class is used to communicate faults to the Windows Communication Foundation (WCF) proxy.

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.

See also

Reference

SecureStoreServiceCredentialsNotFoundFault members

Microsoft.Office.SecureStoreService.Server namespace