|
This function free the key referenced by the handle. After
handle is freed you can
not use it for any encryption functions. Always call this function for every
key before
terminating your SQL connection.
Syntax
xp_rsa_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.
|