BinarySecretKeyIdentifierClause クラス

定義

バイナリ シークレット セキュリティ トークン内のキー識別句を表します。

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

コンストラクター

BinarySecretKeyIdentifierClause(Byte[])

指定されたキーを使って BinarySecretKeyIdentifierClause クラスの新しいインスタンスを初期化します。

BinarySecretKeyIdentifierClause(Byte[], Boolean)

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

BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)

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

プロパティ

CanCreateKey

クラスのこのインスタンスがセキュリティ キーを作成できるかどうかを示す値を取得します。

ClauseType

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

(継承元 SecurityKeyIdentifierClause)
DerivationLength

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

(継承元 SecurityKeyIdentifierClause)
Id

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

(継承元 SecurityKeyIdentifierClause)

メソッド

CreateKey()

セキュリティ キーを作成します。

Equals(Object)

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

(継承元 Object)
GetBuffer()

キー識別子句を表すバイナリ データを取得します。

(継承元 BinaryKeyIdentifierClause)
GetDerivationNonce()

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

(継承元 SecurityKeyIdentifierClause)
GetHashCode()

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

(継承元 Object)
GetKeyBytes()

キーを表すバイト配列を取得します。

GetRawBuffer()

キー識別子句を表すバイナリ データを取得します。

(継承元 BinaryKeyIdentifierClause)
GetType()

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

(継承元 Object)
Matches(Byte[])

現在のインスタンスのバイナリ データが、指定したバイナリ データと一致するかどうかを示す値を返します。

(継承元 BinaryKeyIdentifierClause)
Matches(Byte[], Int32)

現在のインスタンスのバイナリ データが、指定したバイナリ データの指定したオフセットで一致するかどうかを示す値を返します。

(継承元 BinaryKeyIdentifierClause)
Matches(SecurityKeyIdentifierClause)

指定した句のキーとこのインスタンスのキーを比較し、一致するかどうかを確認します。

MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象