SecurityToken Class

 

A base class representing a security token.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

System.Object
  Microsoft.Activities.Messaging.SecurityToken

<DataContractAttribute>
Public MustInherit Class SecurityToken

NameDescription
System_CAPS_protmethodSecurityToken()

Initializes a new instance of the SecurityToken class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteTo(ChannelFactory)

Called by the runtime to write the security token on the request message.

System_CAPS_pubmethodWriteTo(HttpRequestMessage)

Called by the runtime to write the security token on the request message.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: