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

Visual Basic
Dim instance As XmlInteractiveActivity
Dim value As Boolean

value = instance.ValidateSamlToken

instance.ValidateSamlToken = value

Syntax

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

/** @property */
public void set_ValidateSamlToken (boolean value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also