SecureStoreServiceFault Class

Represents a fault that contains information about a server-side error because of an error in the Secure Store Service.

Inheritance Hierarchy

System.Object
  Microsoft.Office.SecureStoreService.Server.SecureStoreServiceFault

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

Syntax

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

Remarks

This class is used to communicate faults to the Secure Store Service 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

SecureStoreServiceFault Members

Microsoft.Office.SecureStoreService.Server Namespace