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型です。

適用対象