ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty Property
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.
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.