Click or drag to resize

IConfigurationProtectionFactoryResolve Method

Finds IConfigurationProtection instance by name.

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

Parameters

protection  String
Protection method name.

Return Value

IConfigurationProtection
Configuration protection
See Also