Hi all,
may have been reported before.
In the How to: Create a Class Representing a Custom Security Token Service,
under item 3. there is this code snippet
' This implementation only supports security token
' requests within a <RequestSecurityToken> element.
Dim rst As rst = request
"rst" is not a type. I suspect that the type of the variable should be
RequestSecurityToken.
HTH,

Signature
Sven.
SA - 14 Mar 2005 21:43 GMT
In the Policy File Schema, with the <policyDocument> element
<policyDocument xmlns="http://microsoft.com/wse/2003/06/Policy">
should be
<policyDocument xmlns="http://schemas.microsoft.com/wse/2003/06/Policy">

Signature
Sven.
> Hi all,
>
[quoted text clipped - 11 lines]
>
> HTH,