Click or drag to resize

ConfigurationProtectionFactoryRegisterProtection Method

Registers a IConfigurationProtection instance.

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

Parameters

protection  String
Name
configurationProtector  IConfigurationProtection
Configuration protection Instance
See Also