Click or drag to resize

IConfigurationProtectionFactory Interface

Resolves a IConfigurationProtection instance by name.

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

The IConfigurationProtectionFactory type exposes the following members.

Methods
 NameDescription
Public methodResolve Finds IConfigurationProtection instance by name.
Top
See Also