|
This function frees the key referenced by the handle. After
the handle is freed you cannot use it for any encryption functions. Always call this function for every
DSA key before
terminating your SQL connection.
Syntax
xp_dsa_free_key { key_handle }
Arguments
key_handle
VARCHAR. Handle of the key that is to be freed.
Permissions
Execute permissions default to the public role.
Return Code Values
0 - success, or Error code
if failed.
|