SecureStoreServiceInstance Class

Represents an instance of the Secure Store Web service that is installed in the server farm.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceInstance
          Microsoft.SharePoint.Administration.SPIisWebServiceInstance
            Microsoft.Office.SecureStoreService.Server.SecureStoreServiceInstance

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

Syntax

'Declaration
<GuidAttribute("84C582ED-5773-4E0B-9145-2A39604F7C84")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreServiceInstance _
    Inherits SPIisWebServiceInstance
'Usage
Dim instance As SecureStoreServiceInstance
[GuidAttribute("84C582ED-5773-4E0B-9145-2A39604F7C84")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SecureStoreServiceInstance : SPIisWebServiceInstance

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

SecureStoreServiceInstance Members

Microsoft.Office.SecureStoreService.Server Namespace