次の方法で共有


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[], Boolean, Byte[], Int32)

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

BinarySecretKeyIdentifierClause(Byte[], Boolean)

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

BinarySecretKeyIdentifierClause(Byte[])

指定したキーを使用して、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[], Int32)

現在のインスタンスのバイナリ データが、指定したオフセットの指定されたバイナリ データと等しいかどうかを示す値を返します。

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

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

(継承元 BinaryKeyIdentifierClause)
Matches(SecurityKeyIdentifierClause)

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

MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象