ConfigurationProtectionFactoryResolve Method

Finds registered IConfigurationProtection instance by name.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public IConfigurationProtection Resolve(
	string protection
)

Parameters

protection  String

Return Value

IConfigurationProtection
Configuration protection

Implements

IConfigurationProtectionFactoryResolve(String)

See Also