WSTrustMessage クラス

定義

RST および RSTR の基本クラス。

public ref class WSTrustMessage abstract : System::IdentityModel::OpenObject
public abstract class WSTrustMessage : System.IdentityModel.OpenObject
type WSTrustMessage = class
    inherit OpenObject
Public MustInherit Class WSTrustMessage
Inherits OpenObject
継承
WSTrustMessage
派生

注釈

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

コンストラクター

WSTrustMessage()

WSTrustMessage クラスの新しいインスタンスを初期化します。

プロパティ

AllowPostdating

wst:AllowPostdating 要素の内容を取得または設定します。

AppliesTo

wsp:AppliesTo 要素のコンテンツを取得または設定します。

AuthenticationType

wst:AuthenticationType 要素の内容を取得または設定します。

BinaryExchange

wst:BinaryExchange 要素の内容を取得または設定します。

CanonicalizationAlgorithm

wst:CanonicalizationAlgorithm 要素の内容を取得または設定します。

Context

RST または RSTR の Context 属性の内容を取得または設定します。

EncryptionAlgorithm

wst:EncryptionAlgorithm 要素の内容を取得または設定します。

EncryptWith

wst:EncryptWith 要素の内容を取得または設定します。

Entropy

wst:Entropy 要素の内容を取得または設定します。

KeySizeInBits

RequestSecurityToken (RST) メッセージ内の wst:KeySize 要素の内容を取得または設定します。

KeyType

RequestSecurityToken (RST) メッセージ内の wst:KeyType 要素の内容を取得または設定します。

KeyWrapAlgorithm

wst:KeyWrapAlgorithm 要素の内容を取得または設定します。

Lifetime

RequestSecurityToken (RST) メッセージ内の wst:Lifetime 要素の内容を取得または設定します。

Properties

オブジェクトを拡張するプロパティ バッグを取得します。

(継承元 OpenObject)
ReplyTo

証明書利用者への応答に使用するアドレスを取得または設定します。

RequestType

wst:RequestType 要素を取得または設定します。

SignatureAlgorithm

wst:SignatureAlgorithm 要素の内容を取得または設定します。

SignWith

wst:SignWith 要素の内容を取得または設定します。

TokenType

wst:TokenType 要素の内容を取得または設定します。

UseKey

wst:UseKey 要素の内容を取得または設定します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象