SecConfiguration3 interface

The interface that describes the configuration interface for CSI.

Syntax

public interface SecConfiguration3

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.

The configuration provider implementing this interface should support writing the updated configuration.

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