Retrieving info on a secret key
This packet retrieves info on secret key 6575fae36288be6d1bad40b99808e37f.
<packet version="1.4.2.0">
<secret_key>
<get_info>
<filter>
<key>6575fae36288be6d1bad40b99808e37f</key>
</filter>
</get_info>
</secret_key>
</packet>
Retrieving info on multiple secret keys
This packet retrieves info on secret keys 6575def8 and 6576d1ef7.
<packet version="1.4.2.0">
<secret_key>
<get_info>
<filter>
<key>6575def8</key>
<key>6576d1ef7</key>
</filter>
</get_info>
</secret_key>
</packet>
This packet retrieves info on all secret keys located on the server.
<packet version="1.4.2.0">
<secret_key>
<get_info>
<filter/>
</get_info>
</secret_key>
</packet>