ComponentSpace SAML Class Library Reference

Action.IsValid Method 

Indicates whether the XML is an action.

[Visual Basic]
Public Shared Function IsValid( _
   ByVal xmlElement As XmlElement _
) As Boolean
[C#]
public static bool IsValid(
   XmlElement xmlElement
);

Parameters

xmlElement
The XML to test.

Return Value

true if the XML is an action; otherwise false.

See Also

Action Class | ComponentSpace.SAML.Assertions Namespace