Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum class SecurityTokenReferenceStyle

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft