GetS2SSecurityToken Class

 

An activity for creating a OAuth2 S2S security token based on scope security settings.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.Messaging.GetS2SSecurityToken

Syntax

public sealed class GetS2SSecurityToken : CodeActivity<SecurityToken>
public ref class GetS2SSecurityToken sealed : CodeActivity<SecurityToken^>
[<Sealed>]
type GetS2SSecurityToken = 
    class
        inherit CodeActivity<SecurityToken>
    end
Public NotInheritable Class GetS2SSecurityToken
    Inherits CodeActivity(Of SecurityToken)

Constructors

Name Description
System_CAPS_pubmethod GetS2SSecurityToken()

Initializes a new instance of the GetS2SSecurityToken class.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity<TResult>.)

System_CAPS_pubproperty IsAppOnlySecurity

Gets or sets whether or not to use the workflow application identity only.

System_CAPS_pubproperty Result

(Inherited from Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Inherited from ActivityWithResult.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Activity.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities.Messaging Namespace

Return to top