EncryptedKeyEncryptingCredentials クラス

定義

暗号化されたキー暗号化資格情報を表します。 これらは通常、トークンなどを暗号化するための資格情報を暗号化するデータとして使用されます。

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

コンストラクター

名前 説明
EncryptedKeyEncryptingCredentials(EncryptingCredentials, Int32, String)

指定したEncryptedKeyEncryptingCredentials オブジェクト、キー サイズ、および暗号化アルゴリズムに基づいて、EncryptingCredentials クラスの新しいインスタンスを初期化します。

EncryptedKeyEncryptingCredentials(X509Certificate2, String, Int32, String)

指定した X.509 証明書、ラッピング アルゴリズム、キー サイズ、および暗号化アルゴリズムに基づいて、 EncryptedKeyEncryptingCredentials クラスの新しいインスタンスを初期化します。

EncryptedKeyEncryptingCredentials(X509Certificate2)

指定した X.509 証明書に基づいて、 EncryptedKeyEncryptingCredentials クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Algorithm

暗号化アルゴリズムを取得または設定します。

(継承元 EncryptingCredentials)
SecurityKey

暗号化キー マテリアルを取得または設定します。

(継承元 EncryptingCredentials)
SecurityKeyIdentifier

暗号化資格情報を識別する識別子を取得または設定します。

(継承元 EncryptingCredentials)
WrappingCredentials

セッション キーの暗号化に使用されるキー ラッピング資格情報を取得します。たとえば、 X509EncryptingCredentials

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象