KSC Open API
Kaspersky Security Center API description
DataProtectionApi Class Reference

Allows to protect sensitive data in policies, tasks, and/or on specified host. More...

List of all members.

Public Member Functions

 ProtectDataForHost (wstring szwHostId, binary pData,[out] binary pDataProtected)
 Protects sensitive data to store in SettingsStorage or local task.
 ProtectDataGlobally (binary pData,[out] binary pDataProtected)
 Protects sensitive data to store in policy or global/group task.
 CheckPasswordSplPpc (wstring szwPassword)
 Checks if Spl password policy compliance is enabled for the specified Administration Server and checks the specified password for compliance to the password policy.
binary ProtectUtf8StringForHost (wstring szwHostId, wstring szwPlainText)
 Protects sensitive data for the specified host (to store in its local settings or a local task)
binary ProtectUtf8StringGlobally (wstring szwPlainText)
 Protects sensitive data to store in policy, global/group task, Administration Server settings.
binary ProtectUtf16StringForHost (wstring szwHostId, wstring szwPlainText)
 Protects sensitive data for the specified host (to store in its local settings or a local task)
binary ProtectUtf16StringGlobally (wstring szwPlainText)
 Protects sensitive data to store in policy, global/group task, Administration Server settings.

Detailed Description

Allows to protect sensitive data in policies, tasks, and/or on specified host.

See also: