WindowsSecurityConfiguration Constructor
Initializes a new instance of the WindowsSecurityConfiguration class.
Namespace: Microsoft.Workflow.Client.Security
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Overload List
Name | Description | |
---|---|---|
WindowsSecurityConfiguration() | Initializes a new instance of the WindowsSecurityConfiguration class. |
|
WindowsSecurityConfiguration(String) | Initializes a new instance of the WindowsSecurityConfiguration class. |
See Also
WindowsSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace
Return to top
WindowsSecurityConfiguration Constructor ()
Initializes a new instance of the WindowsSecurityConfiguration class.
Syntax
public WindowsSecurityConfiguration()
public:
WindowsSecurityConfiguration()
new : unit -> WindowsSecurityConfiguration
Public Sub New
Return to top
WindowsSecurityConfiguration Constructor (String)
Initializes a new instance of the WindowsSecurityConfiguration class.
Syntax
public WindowsSecurityConfiguration(
string name
)
public:
WindowsSecurityConfiguration(
String^ name
)
new :
name:string -> WindowsSecurityConfiguration
Public Sub New (
name As String
)
Parameters
name
Type: System.StringThe name of the configuration.
Return to top