OAuthS2SSecurityConfiguration Class
Specifies an OAuth2 S2S-based security configuration for the Scope that supports claims-based delegation.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Microsoft.Workflow.Client.Security.ScopeSecurityConfiguration
Microsoft.Workflow.Client.Security.OAuthS2SSecurityConfiguration
| Name | Description | |
|---|---|---|
![]() | OAuthS2SSecurityConfiguration() | Initializes a new instance of the OAuthS2SSecurityConfiguration class. |
![]() | OAuthS2SSecurityConfiguration(String) | Initializes a new instance of the OAuthS2SSecurityConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | AlternateAllowedHostname | |
![]() | ClientPermissions | Gets the set of Scope permissions granted to the client. |
![]() | ForMergingOnly | Gets or sets whether or not this security configuration should only be merged with parent Scopes security configurations. |
![]() | Name | Gets or sets the configuration name.(Inherited from ScopeSecurityConfiguration.) |
![]() | Realm | Gets or sets the realm value to be used in the HTTP 401 response challenge. |
![]() | TrustedIssuer | Gets or sets the trusted issuer for this Scope. |
![]() | WorkflowApplicationSettings | Gets or sets the workflow application settings for workflows that execute in this scope. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


