ConfigurationProtectionFactory Class

Provides default implementation of IConfigurationProtectionFactory interface

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class ConfigurationProtectionFactory : IConfigurationProtectionFactory
Inheritance
Object    ConfigurationProtectionFactory
Implements
IConfigurationProtectionFactory

Constructors

ConfigurationProtectionFactoryInitializes a new instance of the ConfigurationProtectionFactory class

Methods

RegisterProtection Registers a IConfigurationProtection instance.
Resolve Finds registered IConfigurationProtection instance by name.

See Also