Click or drag to resize

ConfigurationProtectionFactoryResolve Method

Finds registered IConfigurationProtection instance by name.

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

Parameters

protection  String

Return Value

IConfigurationProtection
Configuration protection

Implements

IConfigurationProtectionFactoryResolve(String)
See Also