SecConfiguration interface

The interface that describes the configuration interface for CSI.

Syntax

public interface SecConfiguration

Derived classes

Remarks

Concrete classes implementing this interface should also provide a public, blank constructor in order to make themselves available to the default configuration provider instantiation capabilities. This constructor may optionally throw a SecException object in the event of an error.

Providers implementing this interface may also optionally implement the ProviderInfo interface to expose additional provider information.

While not deprecated, the SecConfiguration2 interface is preferred to this one.