EmptySecurityKeyIdentifierClause クラス

定義

空のキー識別子句を表します。 このクラスは、 <EncryptedData> または <Signature> 要素に <KeyInfo> 要素が含まれていない場合に使用されます。この要素は、データの暗号化解除または署名の確認に必要なキーを記述するために使用されます。

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

コンストラクター

名前 説明
EmptySecurityKeyIdentifierClause()

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

EmptySecurityKeyIdentifierClause(Object)

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

プロパティ

名前 説明
CanCreateKey

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

(継承元 SecurityKeyIdentifierClause)
ClauseType

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

(継承元 SecurityKeyIdentifierClause)
Context

特定のキーに解決する必要があるときにヒントを提供するために使用されるオブジェクトを取得します。

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)

適用対象