SecurityTokenReferenceStyle Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class SecurityTokenReferenceStyle
	public enum SecurityTokenReferenceStyle
	type SecurityTokenReferenceStyle = 
	Public Enum SecurityTokenReferenceStyle
		- Inheritance
 
Fields
| Name | Value | Description | 
|---|---|---|
| Internal | 0 | The generated STR will reference the token as if it were included in the message.  | 
			
| External | 1 | The generated STR will reference the token as if it were not attached to the message itself.  |