That is just a class you can define on your own to pass in the valueType
and the tokenType. You can just create your own uri for representing
them. for eg. http://tempuri.org/MyBinaryToken that is just a mechanism
WSE uses to identify the tokens that come in and delegate the
authentication to appropriate token managers.
> Hi,
>
[quoted text clipped - 15 lines]
>
> Thanks.

Signature
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dilip.krishnan AT apdiya DOT com
Matt Moran - 17 Nov 2005 08:18 GMT
Hi Dilip,
very new to the .NET andWeb Service space and even moreso the WSE.
"That is just a class you can define on your own to pass in the valueType
and the tokenType. You can just create your own uri for representing
them. for eg. http://tempuri.org/MyBinaryToken that is just a mechanism
WSE uses to identify the tokens that come in and delegate the
authentication to appropriate token managers."
I'm quite lost here. Where would you define your own class i.e.
MyBinaryToken? in your webservice project?
thanks
Matt