ComponentSpace SAML Class Library Reference

Advice.IsValid Method 

Indicates whether the XML is advice.

[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 advice; otherwise false.

See Also

Advice Class | ComponentSpace.SAML.Assertions Namespace