ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty 属性

定义

获取令牌需求属性的密钥,如果此请求是要在 HTTP 身份验证中使用令牌提供程序或令牌身份验证器,则其值为 HTTP 身份验证方案。

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

属性值

令牌需求的 HTTP 身份验证方案属性的密钥。

注解

对应于此密钥的值的类型为 AuthenticationSchemes

适用于