AuthenticationHeaderValue クラス

定義

Authorization、ProxyAuthorization、WWW-Authenticate、Proxy-Authenticate のヘッダー値の認証情報を表します。

public ref class AuthenticationHeaderValue
public ref class AuthenticationHeaderValue : ICloneable
public class AuthenticationHeaderValue
public class AuthenticationHeaderValue : ICloneable
type AuthenticationHeaderValue = class
type AuthenticationHeaderValue = class
    interface ICloneable
Public Class AuthenticationHeaderValue
Public Class AuthenticationHeaderValue
Implements ICloneable
継承
AuthenticationHeaderValue
実装

注釈

このクラスは AuthenticationHeaderValue 、IETF による RFC 2616 で定義されている認証、ProxyAuthorization、WWW 認証、および Proxy-Authenticate HTTP ヘッダー値のサポートを提供します。

コンストラクター

AuthenticationHeaderValue(String)

AuthenticationHeaderValue クラスの新しいインスタンスを初期化します。

AuthenticationHeaderValue(String, String)

AuthenticationHeaderValue クラスの新しいインスタンスを初期化します。

プロパティ

Parameter

要求されているリソースのユーザー エージェントの認証情報を含む資格情報を取得します。

Scheme

承認のために使用するスキームを取得します。

メソッド

Equals(Object)

指定した Object が、現在の AuthenticationHeaderValue オブジェクトと等しいかどうかを判断します。

GetHashCode()

AuthenticationHeaderValue オブジェクトのハッシュ関数として機能します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Parse(String)

文字列を AuthenticationHeaderValue インスタンスに変換します。

ToString()

現在の AuthenticationHeaderValue オブジェクトを表す文字列を返します。

TryParse(String, AuthenticationHeaderValue)

文字列が有効な AuthenticationHeaderValue 情報かどうかを判断します。

明示的なインターフェイスの実装

ICloneable.Clone()

現在の AuthenticationHeaderValue インスタンスのコピーである新しいオブジェクトを作成します。

適用対象