Share via


XmlInteractiveActivity.ValidateSamlToken Property

This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As XmlInteractiveActivity
Dim value As Boolean

value = instance.ValidateSamlToken

instance.ValidateSamlToken = value

Syntax

'Declaration
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<DescriptionAttribute("Boolean to determine whether the defaultOperationValidation should check the SAML token as well.")> _
Public Property ValidateSamlToken As Boolean
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[CategoryAttribute("Parameters")] 
[DescriptionAttribute("Boolean to determine whether the defaultOperationValidation should check the SAML token as well.")] 
public bool ValidateSamlToken { get; set; }
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[CategoryAttribute(L"Parameters")] 
[DescriptionAttribute(L"Boolean to determine whether the defaultOperationValidation should check the SAML token as well.")] 
public:
property bool ValidateSamlToken {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ValidateSamlToken ()

/** @property */
public void set_ValidateSamlToken (boolean value)
public function get ValidateSamlToken () : boolean

public function set ValidateSamlToken (value : boolean)

Property Value

Returns Boolean.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlInteractiveActivity Class
XmlInteractiveActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace