LocalIdKeyIdentifierClause クラス

定義

SOAP メッセージのセキュリティ ヘッダーで指定されたセキュリティ トークンを識別するキー識別子句を表します。

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

注釈

通常、カスタム セキュリティ トークン サービスが作成される場合を除き、 LocalIdKeyIdentifierClause を使用する必要はありません。 セキュリティ トークン サービスがセキュリティ トークンを返すと、発行されたセキュリティ トークンには、添付されたセキュリティ トークンへの参照が含まれています。アタッチされた参照は、SOAP メッセージのセキュリティ ヘッダー内に含まれているセキュリティ トークンを参照し、接続されていない参照は SOAP メッセージのセキュリティ ヘッダーに含まれていないセキュリティ トークンです。 これらの参照は、通常、発行されたセキュリティ トークンの信頼性を確認します。

LocalIdKeyIdentifierClause キー識別子は、<SecurityTokenReference>要素内に配置されます。

コンストラクター

名前 説明
LocalIdKeyIdentifierClause(String, Byte[], Int32, Type)

指定した識別子 nonce、派生キーの長さ、所有者セキュリティ トークン型を使用して、 LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。

LocalIdKeyIdentifierClause(String, Type)

所有者セキュリティ トークン型の指定した識別子を使用して、 LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。

LocalIdKeyIdentifierClause(String)

指定した識別子と型の配列を使用して、 LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
CanCreateKey

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

(継承元 SecurityKeyIdentifierClause)
ClauseType

キー識別子句の種類を取得します。

(継承元 SecurityKeyIdentifierClause)
DerivationLength

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

(継承元 SecurityKeyIdentifierClause)
Id

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

(継承元 SecurityKeyIdentifierClause)
LocalId

現在の SOAP メッセージ内の XML 要素の wsu:Id 属性の値を取得します。

OwnerType

LocalId プロパティによって参照されるセキュリティ トークンの種類を取得します。

メソッド

名前 説明
CreateKey()

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

(継承元 SecurityKeyIdentifierClause)
Equals(Object)

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

(継承元 Object)
GetDerivationNonce()

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

(継承元 SecurityKeyIdentifierClause)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
Matches(SecurityKeyIdentifierClause)

このインスタンスのキー識別子が指定したキー識別子句と等しいかどうかを示す値を返します。

Matches(String, Type)

このインスタンスのキー識別子が、指定した参照と型と等しいかどうかを示す値を返します。

MemberwiseClone()

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

(継承元 Object)
ToString()

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

適用対象