ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty Property

Definition

Gets the key for the token requirement property whose value is the associated SecurityTokenAttachmentMode enumeration member if the request is for a supporting token.

public:
 static property System::String ^ SupportingTokenAttachmentModeProperty { System::String ^ get(); };
public static string SupportingTokenAttachmentModeProperty { get; }
static member SupportingTokenAttachmentModeProperty : string
Public Shared ReadOnly Property SupportingTokenAttachmentModeProperty As String

Property Value

The key for the token requirement property whose value is the associated SecurityTokenAttachmentMode enumeration member.

Remarks

The SupportingTokenAttachmentMode property is a member of the SecurityTokenAttachmentMode enumeration member if the request is for a supporting token. Supporting tokens provide additional claims beyond those contained in the principal tokens for the binding.

Applies to