ConfigurationProtectionFactoryRegisterProtection Method

Registers a IConfigurationProtection instance.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public void RegisterProtection(
	string protection,
	IConfigurationProtection configurationProtector
)

Parameters

protection  String
Name
configurationProtector  IConfigurationProtection
Configuration protection Instance

See Also