Share via


ScopeSecurityConfiguration Constructor

 

Initializes a new instance of the ScopeSecurityConfiguration class.

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

Overload List

Name Description
System_CAPS_pubmethod ScopeSecurityConfiguration()

Initializes a new instance of the ScopeSecurityConfiguration class.

System_CAPS_pubmethod ScopeSecurityConfiguration(String)

Initializes a new instance of the ScopeSecurityConfiguration class.

See Also

ScopeSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top

ScopeSecurityConfiguration Constructor ()

Initializes a new instance of the ScopeSecurityConfiguration class.

Syntax

public ScopeSecurityConfiguration()
public:
ScopeSecurityConfiguration()
new : unit -> ScopeSecurityConfiguration
Public Sub New

Return to top

ScopeSecurityConfiguration Constructor (String)

Initializes a new instance of the ScopeSecurityConfiguration class.

Syntax

public ScopeSecurityConfiguration(
    string name
)
public:
ScopeSecurityConfiguration(
    String^ name
)
new : 
        name:string -> ScopeSecurityConfiguration
Public Sub New (
    name As String
)

Parameters

Return to top