ProtectedKey クラス

定義

RequestSecurityToken と RequestSecurityTokenResponse 内の wst:Entropy 要素または wst:RequestedProofToken 要素の内容を表します。

public ref class ProtectedKey
public class ProtectedKey
type ProtectedKey = class
Public Class ProtectedKey
継承
ProtectedKey
派生

注釈

wst:Entropy または wst:RequestSecurityToken () および wst:RequestSecurityTokenResponseRequestSecurityTokenResponse (RequestSecurityToken) メッセージ内の wst:RequestedProofToken 要素の内容を表します。

このクラスが表す要素の詳細については、シナリオに適用される WS-Trust 仕様のバージョンを参照してください。

コンストラクター

ProtectedKey(Byte[])

暗号化されない ProtectedKey クラスの新しいインスタンスを初期化します。

ProtectedKey(Byte[], EncryptingCredentials)

指定した暗号化の資格情報を使用して、ProtectedKey クラスの新しいインスタンスを初期化します。

プロパティ

WrappingCredentials

キーの暗号化の資格情報を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetKeyBytes()

キー マテリアルを取得します。

GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象