SamlAssertionKeyIdentifierClause クラス

定義

SOAP メッセージ内の <KeyIdentifier> 要素を参照する <saml:Assertion> 要素を表します。

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

コンストラクター

SamlAssertionKeyIdentifierClause(String)

指定した SAML アサーション識別子を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

指定した SAML アサーション識別子、nonce、およびキー長を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。

プロパティ

AssertionId

キー識別子を含む SamlAssertion の識別子を取得します。

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)

指定した SAML アサーション識別子が現在のインスタンスと同じかどうかを確認します。

Matches(String, SecurityKeyIdentifierClause)

SOAP メッセージ内の <KeyIdentifier> 要素を参照する <saml:Assertion> 要素を表します。

MemberwiseClone()

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

(継承元 Object)
ToString()

現在のキー識別句を表す SAML アサーション識別子を含む String を返します。

適用対象