AuthenticationHeaderValue クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 で定義されているように、Authorization、ProxyAuthorization、WWW-Authenticate、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 インスタンスのコピーである新しいオブジェクトを作成します。 |
適用対象
.NET