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

適用対象