Keeper SDK Class Library
C#
Show/Hide TOC
Configuration
Protection
Factory
Resolve Method
Finds registered
IConfigurationProtection
instance by name.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
IConfigurationProtection
Resolve
(
string
protection
)
Parameters
protection
String
Return Value
IConfigurationProtection
Configuration protection
Implements
IConfigurationProtectionFactory
Resolve(String)
See Also
Reference
ConfigurationProtectionFactory Class
KeeperSecurity.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also