ComponentSpace SAML Class Library Reference

Advice Constructor (XmlElement)

Initializes a new instance of the Advice class from XML.

[Visual Basic]
Overloads Public Sub New( _
   ByVal xmlElement As XmlElement _
)
[C#]
public Advice(
   XmlElement xmlElement
);

Parameters

xmlElement
The advice XML.

Exceptions

Exception Type Condition
SAMLSerializationException Thrown when the XML deserialization fails.

See Also

Advice Class | ComponentSpace.SAML.Assertions Namespace | Advice Constructor Overload List