Microsoft.Office.SecureStoreService.Server Namespace

The Microsoft.Office.SecureStoreService.Server namespace contains types that enable access and management of Secure Store Service resources.

Classes

  Class Description
Public class SecureStoreCredential Represents the credential for an external application.
Public class SecureStoreProvider Represents an implementation of a Secure Store provider. This class provides runtime functionality for the callers to get credentials and metadata of target applications.
Public class SecureStoreProviderFactory Provides a factory that creates a Secure Store provider object for the default Secure Store in Microsoft SharePoint Server 2010.
Public class SecureStoreProviderInformation Stores information about the current Secure Store provider.
Public class SecureStoreService The class that represents the Secure Store Service.
Public class SecureStoreServiceApplication Provides the application programming interface (API) for the SecureStoreServiceApplicationProxy to execute the client’s method call, and implements services provided by the Secure Store Service.
Public class SecureStoreServiceApplicationProxy Defines the proxy of SecureStoreServiceApplication in a server farm.
Public class SecureStoreServiceClaim Represents a claim that is associated with an entity.
Public class SecureStoreServiceCredentialsNotFoundException The exception that is thrown when the Secure Store Service cannot find the requested credentials in the Secure Store Service database.
Public class SecureStoreServiceCredentialsNotFoundFault Represents a fault that is caused when the Secure Store Service cannot find the requested credentials in the Secure Store database.
Public class SecureStoreServiceDatabase Provides access to manage the Secure Store Service database, which stores the encrypted credentials.
Public class SecureStoreServiceFault Represents a fault that contains information about a server-side error because of an error in the Secure Store Service.
Public class SecureStoreServiceHostFactory 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.
Public class SecureStoreServiceInstance Represents an instance of the Secure Store Web service that is installed in the server farm.
Public class SecureStoreServiceProxy Represents a Web service proxy installed in a server farm.
Public class SecureStoreServiceTargetApplicationNotFoundException The exception that is thrown when the Secure Store Service cannot find the requested target application in the Secure Store database.
Public class SecureStoreServiceTargetApplicationNotFoundFault Represents a fault that is caused when the Secure Store Service cannot find the requested target application in the Secure Store database.
Public class SerializableSecureStoreCredential Provides a representation of the credentials used by the Secure Store Service that can be serialized
Public class SerializableSecureStoreCredentialCollection Represents a collection of SerializableSecureStoreCredential objects.
Public class TargetApplication Contains the metadata information about an external application managed by the Secure Store Service.
Public class TargetApplicationClaims Represents all of the claims of a target application managed by the Secure Store Service.
Public class TargetApplicationField Represents a field in a target application managed by the Secure Store Service.

Interfaces

  Interface Description
Public interface ISecureStore Provides an interface to manage target applications and credentials stored in the Secure Store.
Public interface ISecureStoreServiceApplication Defines the signatures for methods that provide a Windows Communication Foundation (WCF) API so that the SecureStoreServiceProxy methods can be invoked from a local computer and executed on a remote computer.
Public interface ISecureStoreServiceContext Provides an interface that supports getting and setting the SPServiceContext.