SecurityTokenInclusionMode Enumeration
A list of token inclusion requirements for messages.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| AlwaysToInitiator | Token is always included in messages to the initiator and never to the recipient. | |
| AlwaysToRecipient | Token is always included in messages to the recipient and never to the initiator. | |
| Never | The token is never included in messages but is referenced. The token must be known to the recipient out of band. The option does not work out of the box. You need to include custom credentials for this to work. | |
| Once | Token is included once. |
Instances of this class are used as parameters in many of the methods of the SecurityTokenParameters class and in its derived classes when creating binding elements and certificates.
Available since 3.0