SecureStoreService class

The class that represents the Secure Store Service.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPService
          Microsoft.SharePoint.Administration.SPIisWebService
            Microsoft.Office.SecureStoreService.Server.SecureStoreService

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

Syntax

'Declaration
<GuidAttribute("5787BB2F-87EF-4764-99F5-0DD20F87FEB5")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreService _
    Inherits SPIisWebService _
    Implements IServiceAdministration
'Usage
Dim instance As SecureStoreService
[GuidAttribute("5787BB2F-87EF-4764-99F5-0DD20F87FEB5")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SecureStoreService : SPIisWebService, 
    IServiceAdministration

Remarks

This class provides administration support for the SharePoint Secure Store Service and is a Web service hosted by Internet Information Services 7.0. It allows the caller to create an instance of the SecureStoreServiceApplication class, or the SecureStoreServiceApplicationProxy class, or both classes.

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

SecureStoreService members

Microsoft.Office.SecureStoreService.Server namespace