HttpGet.SecurityToken Property

 

Gets or sets the security token.

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

Syntax

[DefaultValueAttribute(null)]
public InArgument<SecurityToken> SecurityToken {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<SecurityToken^>^ SecurityToken {
    [CompilerGeneratedAttribute]
    InArgument<SecurityToken^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<SecurityToken^>^ value);
}
[<DefaultValueAttribute(null)>]
member SecurityToken : InArgument<SecurityToken> with get, set
<DefaultValueAttribute(Nothing)>
Public Property SecurityToken As InArgument(Of SecurityToken)

Property Value

Type: System.Activities.InArgument<SecurityToken>

The configured security token.

See Also

HttpGet Class
Microsoft.Activities.Messaging Namespace

Return to top