Saml2AssertionKeyIdentifierClause クラス

定義

SAML2 ベースのセキュリティ トークンを参照するための SecurityKeyIdentifierClause の実装を表します。

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

コンストラクター

Saml2AssertionKeyIdentifierClause(String)

ID を指定して Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。

Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)

ID、nonce、およびキー サイズを指定して、Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。

プロパティ

CanCreateKey

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

(継承元 SecurityKeyIdentifierClause)
ClauseType

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

(継承元 SecurityKeyIdentifierClause)
DerivationLength

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

(継承元 SecurityKeyIdentifierClause)
Id

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

(継承元 SecurityKeyIdentifierClause)

メソッド

CreateKey()

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

(継承元 SecurityKeyIdentifierClause)
Equals(Object)

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

(継承元 Object)
GetDerivationNonce()

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

(継承元 SecurityKeyIdentifierClause)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
Matches(SecurityKeyIdentifierClause)

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

Matches(String, SecurityKeyIdentifierClause)

アサーションのキー識別子が、指定したキー識別子句と等しいかどうかを示す値を返します。

MemberwiseClone()

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

(継承元 Object)
ToString()

現在のインスタンスを表す文字列を返します。

適用対象