Saml2SecurityKeyIdentifierClause クラス

定義

このクラスは、署名要素内の <ds:KeyInfo> 要素なしで Saml2Assertion を受信するときに使用されます。 KeyInfo では、署名を確認するために必要なキーについて説明します。 キーが必要な場合、この句は現在の SecurityTokenResolverに表示されます。 これには、必要なキーを特定するためにクエリを実行できる Saml2Assertion が完全に読み取られます。

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

コンストラクター

名前 説明
Saml2SecurityKeyIdentifierClause(Saml2Assertion)

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

プロパティ

名前 説明
Assertion

このインスタンスに現在関連付けられている Saml2Assertion を取得します。

CanCreateKey

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

(継承元 SecurityKeyIdentifierClause)
ClauseType

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

(継承元 SecurityKeyIdentifierClause)
DerivationLength

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

(継承元 SecurityKeyIdentifierClause)
Id

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

(継承元 SecurityKeyIdentifierClause)

メソッド

名前 説明
CreateKey()

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

(継承元 SecurityKeyIdentifierClause)
Equals(Object)

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

(継承元 Object)
GetDerivationNonce()

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

(継承元 SecurityKeyIdentifierClause)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
Matches(SecurityKeyIdentifierClause)

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

(継承元 SecurityKeyIdentifierClause)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象