ScopeSecurityConfiguration-Klasse

 

Stellt die bereichssicherheitskonfiguration dar.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Vererbungshierarchie

System.Object
  Microsoft.Workflow.Client.Security.ScopeSecurityConfiguration
    Microsoft.Workflow.Client.Security.OAuthS2SSecurityConfiguration
    Microsoft.Workflow.Client.Security.WindowsSecurityConfiguration

Syntax

[DataContractAttribute(Name = "ScopedSecurityConfiguration", 
    Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
[KnownTypeAttribute(typeof(OAuthS2SSecurityConfiguration))]
[KnownTypeAttribute(typeof(WindowsSecurityConfiguration))]
public abstract class ScopeSecurityConfiguration
[DataContractAttribute(Name = "ScopedSecurityConfiguration", 
    Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
[KnownTypeAttribute((OAuthS2SSecurityConfiguration^::typeid))]
[KnownTypeAttribute((WindowsSecurityConfiguration^::typeid))]
public ref class ScopeSecurityConfiguration abstract 
[<AbstractClass>]
[<DataContractAttribute(Name = "ScopedSecurityConfiguration",
    Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
[<KnownTypeAttribute(typeof(OAuthS2SSecurityConfiguration))>]
[<KnownTypeAttribute(typeof(WindowsSecurityConfiguration))>]
type ScopeSecurityConfiguration = class end
<DataContractAttribute(Name := "ScopedSecurityConfiguration",
    Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
<KnownTypeAttribute(GetType(OAuthS2SSecurityConfiguration))>
<KnownTypeAttribute(GetType(WindowsSecurityConfiguration))>
Public MustInherit Class ScopeSecurityConfiguration

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod ScopeSecurityConfiguration()

Initialisiert eine neue Instanz der der ScopeSecurityConfiguration Klasse.

System_CAPS_pubmethod ScopeSecurityConfiguration(String)

Initialisiert eine neue Instanz der der ScopeSecurityConfiguration Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty Name

Ruft ab oder legt den Konfigurationsnamen.

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von „Object“.)

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_pubmethod ToString()

(Geerbt von „Object“.)

Threadsicherheit

Alle öffentlichen statischen Member ( Shared in Visual Basic) dieses Typs sind threadsicher. Die Threadsicherheit für Instanzmember ist nicht garantiert.

Siehe auch

Microsoft.Workflow.Client.Security-Namespace

Zurück zum Anfang