ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty 属性

定义

获取令牌需求属性的密钥,其值为关联的 SecurityTokenAttachmentMode 枚举成员(如果请求适用于支持令牌)。

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

属性值

String

令牌需求属性的密钥,其值为关联的 SecurityTokenAttachmentMode 枚举成员。

注解

SupportingTokenAttachmentMode 属性是 SecurityTokenAttachmentMode 枚举成员(如果请求适用于支持令牌)。 支持令牌除了提供包含在绑定的主体令牌中的声明之外,还提供其他声明。

适用于