Share via


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)

适用于