IConfigurationProtectionFactoryResolve Method

Finds IConfigurationProtection instance by name.

Definition

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

Parameters

protection  String
Protection method name.

Return Value

IConfigurationProtection
Configuration protection

See Also