Hi,

Please see my comments in line:

On 7/21/06, Raghbir Singh <[EMAIL PROTECTED]> wrote:
Hello,
    I have a few questions about security.

1. Can I remove the milliseconds part from a Timestamp, which is sent to
the server and also the one which is used to create Password Digest ?

Yes !

Please use

<precisionInMilliseconds>false</precisionInMilliseconds>

within the <action> element of the "OutflowSecurity" parameter.

2. Can I specify the order of tokens, like I want Timestamp first and
then a UsernameToken. ?

Yes !

To add a Username token and a Timestamp into the security header you
have to use :

<items>Timestamp UsernameToken</items> within the <action> element.

In the above case the first element of the security header will be the
UsernameToken and the next will be Timestamp.

If you want to change the order simply change the order of the items
in the <items> element. Basically the last item of the list will be
the first to appear in the security header.

Thanks,
Ruchith

--
www.ruchith.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to