Integration Server 10.15 | Built-In Services Reference Guide | Security Folder | Summary of Elements in this Folder | pub.security:generateSalt
 
pub.security:generateSalt
WmPublic. Creates a salt value.
Input Parameters
None.
Output Parameters
saltValue
byte[ ]. Salt value to be used for hashing purposes.
status
String. Indicates whether a salt value is generated or not. If successful, status is success. Otherwise, status contains failure along with an error message.
Usage Notes
Use the saltValue output of this service as input to the pub.security:generateHashValue service.