SecurityTokenHandle Class

 

Represents a reference to a SecurityToken.

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

System.Object
  System.Activities.Handle
    Microsoft.Activities.Messaging.SecurityTokenHandle

<DataContractAttribute>
Public Class SecurityTokenHandle
	Inherits Handle

NameDescription
System_CAPS_pubmethodSecurityTokenHandle()

Initializes a new instance of the SecurityTokenHandle class.

NameDescription
System_CAPS_pubpropertyExecutionPropertyName

(Inherited from Handle.)

System_CAPS_pubpropertyOwner

(Inherited from Handle.)

System_CAPS_pubpropertySecurityToken

The associated SecurityToken for the SecurityTokenHandle.

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_protmethodOnInitialize(HandleInitializationContext)

(Inherited from Handle.)

System_CAPS_protmethodOnUninitialize(HandleInitializationContext)

(Inherited from Handle.)

System_CAPS_protmethodThrowIfUninitialized()

(Inherited from Handle.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: