WSTrustMessage Class

Definition

The Base class for RST and 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
Inheritance
WSTrustMessage
Derived

Remarks

For more information about the message and elements that this class represents, see the version of the WS-Trust specification that applies to your scenario.

Constructors

WSTrustMessage()

Initializes a new instance of the WSTrustMessage class.

Properties

AllowPostdating

Gets or sets the contents of the wst:AllowPostdating element.

AppliesTo

Gets or sets the contents of the wsp:AppliesTo element.

AuthenticationType

Gets or sets the contents of the wst:AuthenticationType element.

BinaryExchange

Gets or sets the contents of the wst:BinaryExchange element.

CanonicalizationAlgorithm

Gets or sets the contents of the wst:CanonicalizationAlgorithm element.

Context

Gets or sets the contents of the Context attribute on the RST or RSTR.

EncryptionAlgorithm

Gets or sets the contents of the wst:EncryptionAlgorithm element.

EncryptWith

Gets or sets the contents of the wst:EncryptWith element.

Entropy

Gets or sets the contents of the wst:Entropy element.

KeySizeInBits

Gets or sets the contents of the wst:KeySize element inside a RequestSecurityToken (RST) message.

KeyType

Gets or sets the contents of the wst:KeyType element inside a RequestSecurityToken (RST) message.

KeyWrapAlgorithm

Gets or sets the contents of the wst:KeyWrapAlgorithm element.

Lifetime

Gets or sets the contents of the wst:Lifetime element inside a RequestSecurityToken (RST) message.

Properties

Gets the properties bag to extend the object.

(Inherited from OpenObject)
ReplyTo

Gets or sets the address to be used for replying to the Relying Party.

RequestType

Gets or sets the wst:RequestType element.

SignatureAlgorithm

Gets or sets the contents of the wst:SignatureAlgorithm element.

SignWith

Gets or sets the contents of the wst:SignWith element.

TokenType

Gets or sets the contents of the wst:TokenType element.

UseKey

Gets or sets the contents of the wst:UseKey element.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to