Security Extensibility Samples

The samples in this section demonstrate some Windows Communication Foundation (WCF) security extensibility scenarios.

In This Section

  • Authorization Policy
    Demonstrates how to implement a custom claim authorization policy and an associated custom service authorization manager.
  • Custom Token
    Demonstrates how to create a custom protocol (UDP in this sample) to be activated by Windows Process Activation Service (WAS).
  • Token Provider
    Demonstrates how to implement a custom token provider.
  • Supporting Tokens
    Demonstrates how to add additional tokens to a message that uses WS-Security.
  • Client Validation
    Demonstrates how to write a client endpoint behavior that validates the service endpoint to ensure that service endpoint is safe to use.

See Also

Other Resources

Set Up Instructions
Troubleshooting Tips for WCF Samples

© 2007 Microsoft Corporation. All rights reserved.