SecurityContextKeyIdentifierClause クラス

定義

セキュリティ コンテキスト トークンのキー識別句を表します。

public ref class SecurityContextKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SecurityContextKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SecurityContextKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class SecurityContextKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
継承
SecurityContextKeyIdentifierClause

コンストラクター

SecurityContextKeyIdentifierClause(UniqueId)

指定したコンテキスト識別子を使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。

SecurityContextKeyIdentifierClause(UniqueId, UniqueId)

指定したコンテキスト識別子とジェネレーションを使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。

SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32)

値を指定して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。

プロパティ

CanCreateKey

キーを作成できるかどうかを示す値を取得します。

(継承元 SecurityKeyIdentifierClause)
ClauseType

キー識別句型を取得します。

(継承元 SecurityKeyIdentifierClause)
ContextId

セキュリティ コンテキストの ID を取得します。

DerivationLength

派生キーのサイズを取得します。

(継承元 SecurityKeyIdentifierClause)
Generation

生成を取得します。

Id

キー識別子句 ID を取得または設定します。

(継承元 SecurityKeyIdentifierClause)

メソッド

CreateKey()

コンストラクターに渡されたパラメーターに基づくキーを作成します。

(継承元 SecurityKeyIdentifierClause)
Equals(Object)

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

(継承元 Object)
GetDerivationNonce()

派生されるキーの生成に使用された nonce を取得します。

(継承元 SecurityKeyIdentifierClause)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

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

(継承元 Object)
Matches(SecurityKeyIdentifierClause)

指定した SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。

Matches(UniqueId, UniqueId)

SecurityContextKeyIdentifierClause クラスの現在のインスタンスの指定した SecurityKeyIdentifierClause と、指定したコンテキスト ID および生成を比較します。

MemberwiseClone()

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

(継承元 Object)
ToString()

クラスのこのインスタンスのテキスト表現を提供します。

適用対象