recipientInfo—Recipient Information Supported in On-premises modeSupported in Lease mode

NOTE   Since v9.2.0, the macro for obtaining Recipient Information is SNTL_QUERY_RECIPIENT_INFO_VERSION(v). Here, v represents the query version. Specify version under the double quotes, such as "1.0". The earlier macro SNTL_QUERY_RECIPIENT_INFO is deprecated hereafter.

Query


<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="recipientInfo" version="1.0"/> 

Scope

<?xml version="1.0" encoding="UTF-8"?>
<sentinelScope>
	<lockSelector>0x4</lockSelector>
</sentinelScope>

 

NOTE   By default, decimal values are accepted for specifying the lockSelector value in the query scope. To provide hexadecimal values, prefix the input value with 0x.

Output

<?xml version="1.0" encoding="UTF-8"?>
<sentinelInfo>
	<recipient>
		<lockSelector>0x4</lockSelector>
		<machineId>7203926213c3634336d3d39392c25253b253822253e232f3d202a25222329203d 252123494b433b273131363733332d282030333e292223</machineId>
	</recipient>
</sentinelInfo>
Element Description
lockSelector The bit mask defining the different locking criteria to retrieve.
machineId The fingerprint corresponding to a lock selector.