OAuthS2SSecurityConfiguration Class

 

Specifies an OAuth2 S2S-based security configuration for the Scope that supports claims-based delegation.

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

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

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class OAuthS2SSecurityConfiguration
	Inherits ScopeSecurityConfiguration

NameDescription
System_CAPS_pubmethodOAuthS2SSecurityConfiguration()

Initializes a new instance of the OAuthS2SSecurityConfiguration class.

System_CAPS_pubmethodOAuthS2SSecurityConfiguration(String)

Initializes a new instance of the OAuthS2SSecurityConfiguration class.

NameDescription
System_CAPS_pubpropertyAlternateAllowedHostname

System_CAPS_pubpropertyClientPermissions

Gets the set of Scope permissions granted to the client.

System_CAPS_pubpropertyForMergingOnly

Gets or sets whether or not this security configuration should only be merged with parent Scopes security configurations.

System_CAPS_pubpropertyName

Gets or sets the configuration name.(Inherited from ScopeSecurityConfiguration.)

System_CAPS_pubpropertyRealm

Gets or sets the realm value to be used in the HTTP 401 response challenge.

System_CAPS_pubpropertyTrustedIssuer

Gets or sets the trusted issuer for this Scope.

System_CAPS_pubpropertyWorkflowApplicationSettings

Gets or sets the workflow application settings for workflows that execute in this scope.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: