ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取令牌需求属性的密钥,如果此请求是要在 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。