SecureStoreServiceHostFactory Class

Provides the factory that creates and configures the Secure Store Service host in managed hosting environments where the host instance is created dynamically in response to incoming messages. This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  System.ServiceModel.Activation.ServiceHostFactoryBase
    System.ServiceModel.Activation.ServiceHostFactory
      Microsoft.Office.SecureStoreService.Server.SecureStoreServiceHostFactory

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreServiceHostFactory _
    Inherits ServiceHostFactory
'Usage
Dim instance As SecureStoreServiceHostFactory
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SecureStoreServiceHostFactory : ServiceHostFactory

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

SecureStoreServiceHostFactory Members

Microsoft.Office.SecureStoreService.Server Namespace