SecurityConfig

The security information configuration that you want to encrypt as a security info string. You must upload the file that contains the security information configuration as multipart/form-data, which means that you must send UserEncryptSecurityInfo as a POST request.

NOTE: The security configuration contains the expiration time for the security info string. For security, OpenText recommends that you do not create securityinfo strings with very long lifetimes. See SecurityTokenLifetime.

Actions: UserEncryptSecurityInfo
Type: String
Default:  
Example:

The following HTML form element sends a POST request for UserEncryptSecurityInfo when the "Encrypt" button is clicked:

<form name="example" method="post" enctype="multipart/form-data" action="http://localhost:8010/a=UserEncryptSecurityInfo">
SecurityInfo to encrypt:<br/>
   <textarea name="SecurityConfig" rows="12" cols="60">[Security]
0=GenericMapped
number=1
client=Encrypted Information [Release Version : 1.0.0]
Version=1
Expiretime=1234
[GenericMapped]
u=TEST_USER
g=TEST_GROUP 
   </textarea>
<input type="submit" value="Encrypt" />
</form>
See Also: