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