SamlSecurityKeyIdentifierClause クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このクラスは、<ds:KeyInfo> 要素が signature 要素内に含まれずに SamlAssertion を受信したときに使用されます。 KeyInfo は、署名を確認するために必要なキーを記述します。 キーが必要な場合、この句が現在の SecurityTokenResolver に提供されます。 これには、必要なキーを決定するために照会できる、完全に読み取られた Saml2SamlAssertion が含まれます。
public ref class SamlSecurityKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SamlSecurityKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SamlSecurityKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class SamlSecurityKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 継承
コンストラクター
SamlSecurityKeyIdentifierClause(SamlAssertion) |
SamlSecurityKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
プロパティ
Assertion |
このインスタンスに現在関連付けられている Saml2SamlAssertion を取得します。 |
CanCreateKey |
キーを作成できるかどうかを示す値を取得します。 (継承元 SecurityKeyIdentifierClause) |
ClauseType |
キー識別句型を取得します。 (継承元 SecurityKeyIdentifierClause) |
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) |
適用対象
.NET