EmptySecurityKeyIdentifierClause クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
空のキー ID 句を表します。 このクラスは、<EncryptedData>
または <Signature>
の要素に <KeyInfo>
の要素を格納できないときに使用され、データを復号化したり、署名を確認するために必要なキーを示すために使用されます。
public ref class EmptySecurityKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class EmptySecurityKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type EmptySecurityKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class EmptySecurityKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 継承
コンストラクター
EmptySecurityKeyIdentifierClause() |
EmptySecurityKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
EmptySecurityKeyIdentifierClause(Object) |
コンテキストを指定して、EmptySecurityKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
プロパティ
CanCreateKey |
キーを作成できるかどうかを示す値を取得します。 (継承元 SecurityKeyIdentifierClause) |
ClauseType |
キー識別句型を取得します。 (継承元 SecurityKeyIdentifierClause) |
Context |
特定のキーに解決する必要がある場合にヒントを提供するために使用されるオブジェクトを取得します。 |
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