clear-protected-property

Description

Deletes the value for the given property from protected storage (usually a password).

Syntax

clear-protected-property <property>@<component>:<instance>

Option

Description

Required

property

Yes

component

Yes

instance

Yes

Examples

Example 1

This example clears property protection for this password:

clear-protected-property password@com.sybase.djc.sql.DataSource:default

See also

set-protected-property