CentraSite 10.3 | CentraSite User’s Guide | Runtime Governance | Run-Time Policy Management | Asymmetric Binding Configuration | Modifying Details of Asymmetric Binding
 
Modifying Details of Asymmetric Binding
Pre-requisites:
To change 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 set Asymmetric Binding for this purpose.
*To modify details of the asymmetric binding configuration
*Run the command set Asymmetric Binding.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd set Asymmetric Binding [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> [-initiatorTokenInclusion <INITIATOR-TOKEN-INCLUSION>] [-reciepientTokenInclusion <RECIPIENT-TOKEN-INCLUSION>] [-algorithmSuite <ALGORITHM-SUITE>] [-layout <LAYOUT>]
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.
INITIATOR-TOKEN-INCLUSION
Inclusion value for the Initiator Token. *
RECIPIENT-TOKEN-INCLUSION
Inclusion value for the Recipient Token. *
ALGORITHM-SUITE
The algorithm to be used. *
LAYOUT
The layout to be used. *
* At least one of the following parameters is required: initiatorTokenInclusion, recipientTokenInclusion, algorithmSuite and layout.
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>