Click or drag to resize

ConfigurationProtectionFactory Class

Provides default implementation of IConfigurationProtectionFactory interface
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationConfigurationProtectionFactory

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class ConfigurationProtectionFactory : IConfigurationProtectionFactory

The ConfigurationProtectionFactory type exposes the following members.

Constructors
 NameDescription
Public methodConfigurationProtectionFactoryInitializes a new instance of the ConfigurationProtectionFactory class
Top
Methods
 NameDescription
Public methodRegisterProtection Registers a IConfigurationProtection instance.
Public methodResolve Finds registered IConfigurationProtection instance by name.
Top
See Also