Freigeben über


SecurityTokenScope-Klasse

 

Stellt eine Aktivität zum Angeben eines Sicherheitstokens für eine Sammlung von Aktivitäten dar.

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

Vererbungshierarchie

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

Syntax

public class SecurityTokenScope : NativeActivity
public ref class SecurityTokenScope : NativeActivity
type SecurityTokenScope = 
    class
        inherit NativeActivity
    end
Public Class SecurityTokenScope
    Inherits NativeActivity

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod SecurityTokenScope()

Initialisiert eine neue Instanz der SecurityTokenScope-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty Body

Ruft die Aktivitäten im Bereich ab bzw. legt diese fest.

System_CAPS_protproperty CacheId

(Geerbt von Activity.)

System_CAPS_protproperty CanInduceIdle

(Geerbt von NativeActivity.)

System_CAPS_protproperty Constraints

(Geerbt von Activity.)

System_CAPS_pubproperty DisplayName

(Geerbt von Activity.)

System_CAPS_pubproperty Id

(Geerbt von Activity.)

System_CAPS_protproperty Implementation

(Geerbt von NativeActivity.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von NativeActivity.)

System_CAPS_pubproperty SecurityToken

Ruft das auf den Bereich anzuwendende Sicherheitstoken ab bzw. legt dieses fest.

Methoden

Name Beschreibung
System_CAPS_protmethod Abort(NativeActivityAbortContext)

(Geerbt von NativeActivity.)

System_CAPS_protmethod CacheMetadata(ActivityMetadata)

(Geerbt von NativeActivity.)

System_CAPS_protmethod CacheMetadata(NativeActivityMetadata)

Erstellt und überprüft eine Beschreibung der Argumente, Variablen, untergeordneten Aktivitäten und Aktivitätsdelegaten der Aktivität.(Setzt "NativeActivity.CacheMetadata(NativeActivityMetadata)" außer Kraft.)

System_CAPS_protmethod Cancel(NativeActivityContext)

(Geerbt von NativeActivity.)

System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_protmethod Execute(NativeActivityContext)

Wird vom Workflowlaufzeitmodul zum Ausführen der SecurityTokenScope-Aktivität verwendet.(Setzt "NativeActivity.Execute(NativeActivityContext)" außer Kraft.)

System_CAPS_protmethod Finalize()

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_protmethod MemberwiseClone()

(Geerbt von Object.)

System_CAPS_protmethod OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity)

(Geerbt von NativeActivity.)

System_CAPS_protmethod OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity)

(Geerbt von NativeActivity.)

System_CAPS_pubmethod ToString()

(Geerbt von Activity.)

System_CAPS_protmethod UpdateInstance(NativeActivityUpdateContext)

(Geerbt von NativeActivity.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities.Messaging-Namespace

Zurück zum Anfang