Hello,
    Thanks for the comments.
    I wanted to change milliseconds precision programmatically, inside
the code.
    Anyways, thanks for the pointer.
Have a pleasant time ahead,
Raghbir Singh

Ruchith Fernando said the following on 07/21/06 08:12:
> 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
>

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

Reply via email to