SecurityContextKeyIdentifierClause クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ コンテキスト トークンのキー識別子句を表します。
public ref class SecurityContextKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SecurityContextKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SecurityContextKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class SecurityContextKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32) |
指定した値を使用して、 SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
| SecurityContextKeyIdentifierClause(UniqueId, UniqueId) |
指定したコンテキスト識別子と生成を使用して、 SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
| SecurityContextKeyIdentifierClause(UniqueId) |
指定したコンテキスト識別子を使用して、 SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| CanCreateKey |
キーを作成できるかどうかを示す値を取得します。 (継承元 SecurityKeyIdentifierClause) |
| ClauseType |
キー識別子句の種類を取得します。 (継承元 SecurityKeyIdentifierClause) |
| ContextId |
セキュリティ コンテキストの ID を取得します。 |
| DerivationLength |
派生キーのサイズを取得します。 (継承元 SecurityKeyIdentifierClause) |
| Generation |
世代を取得します。 |
| Id |
キー識別子句 ID を取得または設定します。 (継承元 SecurityKeyIdentifierClause) |
メソッド
| 名前 | 説明 |
|---|---|
| CreateKey() |
コンストラクターに渡されるパラメーターに基づいてキーを作成します。 (継承元 SecurityKeyIdentifierClause) |
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetDerivationNonce() |
派生キーの生成に使用された nonce を取得します。 (継承元 SecurityKeyIdentifierClause) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| Matches(SecurityKeyIdentifierClause) |
指定した SecurityKeyIdentifierClause を、 SecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。 |
| Matches(UniqueId, UniqueId) |
指定した SecurityKeyIdentifierClause を、指定したコンテキスト識別子と生成を使用して、 SecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。 |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
クラスのこのインスタンスのテキスト表現を提供します。 |