SecurityTokenReferenceStyle Enum

Definition

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
SecurityTokenReferenceStyle

Fields

External 1

The generated STR will reference the token as if it were not attached to the message itself.

Internal 0

The generated STR will reference the token as if it were included in the message.

Applies to