CentraSite 10.7 | CentraSite User’s Guide | Runtime Governance | Run-Time Policy Management | Asymmetric Binding Configuration | Obtaining Details of Asymmetric Binding
 
Obtaining Details of Asymmetric Binding
Pre-requisites:
To obtain the current asymmetric binding configuration values through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named get Asymmetric Binding for this purpose.
*To obtain the current Asymmetric binding configuration
*Run the command get Asymmetric Binding.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd get Asymmetric Binding [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password of the user identified by the parameter USER-ID.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd get Asymmetric Binding -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage
The configuration is maintained in the form of an XML file which is loaded with default values.
<?xml version="1.0" encoding="UTF-8" ?>
<AsymmetricBindingConfiguration>
<initiatorTokenInclusion>AlwaysToRecipient</initiatorTokenInclusion>
<recipientTokenInclusion>Never</recipientTokenInclusion>
<algorithmSuite>TripleDesRsa15</algorithmSuite>
<layout>Strict</layout>
</AsymmetricBindingConfiguration>