SecureStoreServiceHostFactory members
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.
The SecureStoreServiceHostFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreServiceHostFactory | Initializes a new instance of the SecureStoreServiceHostFactory class. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
CreateServiceHost(String, []) | (Inherited from ServiceHostFactory.) | |
CreateServiceHost(Type, []) | (Inherited from ServiceHostFactory.) | |
CreateServiceHost(String, []) | Creates the Secure Store Service host with the specified address and configures it. This member is reserved for internal use and is not intended to be used directly from your code. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top