SecurityTokenScope Class

 

Represents an activity for specifying a security token across a set of activities.

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

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Microsoft.Activities.Messaging.SecurityTokenScope

Public Class SecurityTokenScope
	Inherits NativeActivity

NameDescription
System_CAPS_pubmethodSecurityTokenScope()

Initializes a new instance of the SecurityTokenScope class.

NameDescription
System_CAPS_pubpropertyBody

Gets or sets the activities in the scope.

System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_protpropertyCanInduceIdle

(Inherited from NativeActivity.)

System_CAPS_protpropertyConstraints

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementation

(Inherited from NativeActivity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from NativeActivity.)

System_CAPS_pubpropertySecurityToken

Gets or sets the security token to apply in the scope.

NameDescription
System_CAPS_protmethodAbort(NativeActivityAbortContext)

(Inherited from NativeActivity.)

System_CAPS_protmethodCacheMetadata(ActivityMetadata)

(Inherited from NativeActivity.)

System_CAPS_protmethodCacheMetadata(NativeActivityMetadata)

Builds and validates a description of the activity arguments, variables, child activities, and activity delegates.(Overrides NativeActivity.CacheMetadata(NativeActivityMetadata).)

System_CAPS_protmethodCancel(NativeActivityContext)

(Inherited from NativeActivity.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodExecute(NativeActivityContext)

Called by the workflow runtime to execute the SecurityTokenScope activity.(Overrides NativeActivity.Execute(NativeActivityContext).)

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_protmethodOnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity)

(Inherited from NativeActivity.)

System_CAPS_protmethodOnCreateDynamicUpdateMap(UpdateMapMetadata, Activity)

(Inherited from NativeActivity.)

System_CAPS_pubmethodToString()

(Inherited from Activity.)

System_CAPS_protmethodUpdateInstance(NativeActivityUpdateContext)

(Inherited from NativeActivity.)

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: