The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityTokenReferenceStyle Enumeration
.NET Framework (current version)
This enumeration sets the desired referencing style that is used to generate security token references (STR) to the security tokens from the signature and encryption elements in the message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| External | The generated STR will reference the token as if it were not attached to the message itself. | |
| Internal | The generated STR will reference the token as if it were included in the message. |
.NET Framework
Available since 3.0
Available since 3.0
Show: